Skip to content
Snippets Groups Projects
Commit b8dd5603 authored by Jason Hiser's avatar Jason Hiser :tractor:
Browse files

fix ci for ubuntu 24

parent 559c0d71
No related branches found
No related tags found
No related merge requests found
Pipeline #31045 failed
......@@ -26,17 +26,11 @@ ubuntu22:
tags:
- ubuntu22
ubuntu20:
ubuntu24:
<<: *do-test
tags:
- ubuntu20
- ubuntu24
ubuntu18:
<<: *do-test
script:
- ./cicd_testing/do-clean.sh
tags:
- ubuntu18
arm32:
......@@ -57,21 +51,21 @@ coss9:
#
# Fuzz
#
fuzz:
stage: fuzz
script:
- ./cicd_testing/do-fuzz.sh
artifacts:
paths:
- artifacts
when: always
tags:
- fuzz
#fuzz:
# stage: fuzz
# script:
# - ./cicd_testing/do-fuzz.sh
# artifacts:
# paths:
# - artifacts
# when: always
# tags:
# - fuzz
#
# Deploy
#
ubuntu22:
deploy:
stage: deploy
script:
- ./cicd_testing/do-deploy.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment