Skip to content
Snippets Groups Projects
Commit d41b2f4a authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Merge branch '100_fix_ci_bdt_after_script_clean_command' into 'master'

Fix after_script clean instructions not run

Closes #100

See merge request !300
parents 48cf9ef6 e53f0249
No related branches found
No related tags found
1 merge request!300Fix after_script clean instructions not run
Pipeline #62443 passed
......@@ -178,6 +178,9 @@ build_macos_arm_bob_devtools:
- conda activate base
after_script:
- python3 ./bob/devtools/bootstrap.py -vv local base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
- conda activate base
- bdt ci clean -vv
dependencies:
......
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