Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0c15037d authored by hhakim's avatar hhakim
Browse files

Avoid downloading unnecessary artifacts in conda_*_pub jobs.

parent 3b9c5198
No related branches found
No related tags found
No related merge requests found
......@@ -874,6 +874,9 @@ conda_linux_pub:
- tags
tags:
- conda_linux
needs:
- job: pypi_pub
artifacts: false
conda_win_pub:
stage: conda_pkgs
......@@ -884,6 +887,9 @@ conda_win_pub:
- tags
tags:
- conda_win10
needs:
- job: pypi_pub
artifacts: false
conda_macosx_pub:
stage: conda_pkgs
......@@ -894,3 +900,6 @@ conda_macosx_pub:
- tags
tags:
- conda_macosx
needs:
- job: pypi_pub
artifacts: false
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment