Skip to content
Snippets Groups Projects
Commit e53f0249 authored by Flavio TARSETTI's avatar Flavio TARSETTI
Browse files

[ci] fix after_script clean instructions not run

Ref #100
parent 48cf9ef6
No related branches found
No related tags found
1 merge request!300Fix after_script clean instructions not run
Pipeline #62396 passed
...@@ -178,6 +178,9 @@ build_macos_arm_bob_devtools: ...@@ -178,6 +178,9 @@ build_macos_arm_bob_devtools:
- conda activate base - conda activate base
after_script: 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 - bdt ci clean -vv
dependencies: 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