Skip to content
Snippets Groups Projects
Commit 53d2f81f authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

no global

parent f3de27f9
No related branches found
No related tags found
No related merge requests found
Pipeline #105111 failed
...@@ -316,7 +316,7 @@ ubuntu2204_x86_64: ...@@ -316,7 +316,7 @@ ubuntu2204_x86_64:
- shared - shared
image: baltig.infn.it:4567/chaos-lnf-control/chaos_bundle_compilation:2204 image: baltig.infn.it:4567/chaos-lnf-control/chaos_bundle_compilation:2204
script: script:
- npm install -g jchaos - npm install jchaos
- repo sync - repo sync
- if [ -e CACHE ]; then mv CACHE chaosframework/config;fi - if [ -e CACHE ]; then mv CACHE chaosframework/config;fi
- if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi - if [ "$TEST_BRANCH" != "$CI_COMMIT_REF_NAME" ]; then ./chaosframework/tools/chaos_git.sh -c $TEST_BRANCH;fi
......
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