From e53f0249e205408af207653df2b8a535ddb6f4ea Mon Sep 17 00:00:00 2001 From: Flavio Tarsetti <flavio.tarsetti@idiap.ch> Date: Sat, 25 Jun 2022 22:06:42 +0200 Subject: [PATCH] [ci] fix after_script clean instructions not run Ref #100 --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f4feaff..96f1e38d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab