Mentions légales du service

Skip to content
Snippets Groups Projects
Commit fc7a2aa1 authored by LEGRAND Jonathan's avatar LEGRAND Jonathan
Browse files

Fix CI workflow.

Make 'conda_upload' dependent of 'conda_build' job only.
parent 406827b5
No related branches found
No related tags found
No related merge requests found
Pipeline #929225 failed
......@@ -43,6 +43,7 @@ conda_build:
conda_upload:
stage: deploy
needs: ["conda_build"]
script:
- conda install conda-build anaconda-client
- anaconda --token=$ANACONDA_TOKEN upload conda-bld/linux-64/lpy_tools-* --user mosaic --label main --force
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment