Skip to content
Snippets Groups Projects

Fix after_script clean instructions not run

Merged Flavio TARSETTI requested to merge 100_fix_ci_bdt_after_script_clean_command into master
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -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:
Loading