Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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