From a13b119b7c5542e2f0c0362fae993e0f85ff3757 Mon Sep 17 00:00:00 2001 From: Thomas-Otavio Peulen Date: Sun, 25 Apr 2021 19:21:25 +0000 Subject: [PATCH] Trigger cross-projects Trigger build of CS --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e20ceb0..ec43304 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,7 @@ stages: - build - test - deploy + - Trigger-cross-projects # Change pip's cache directory to be inside the project directory since we can # only cache local items. @@ -67,3 +68,7 @@ deploy:linux: - conda install anaconda-client - if [[ "$CI_COMMIT_REF_NAME" == "master" ]]; then DEPLOY_LABEL=main; else DEPLOY_LABEL=nightly; fi - anaconda -t ${ANACONDA_API_TOKEN} upload -l ${DEPLOY_LABEL} -u ${CONDA_USER} --force bld-dir/linux-64/*.tar.bz2 + + chisurf: + stage: Trigger-cross-projects + trigger: chisurf/chisurf