Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 654a2b18 authored by hhakim's avatar hhakim
Browse files

Restrain artifacts downloading for all ci jobs of stage pkg (to avoid...

Restrain artifacts downloading for all ci jobs of stage pkg (to avoid consuming to much space disk with useless artifacts of pkg_purepy stage).
parent e6d53cc1
No related branches found
No related tags found
No related merge requests found
Pipeline #834014 skipped
......@@ -279,6 +279,9 @@ pkg_macos_release:
- macos
only:
- tags
needs:
- job: pkg_macos_purepy_release
artifacts: true
pkg_win_release:
variables: {BUILD_CONFIG: "Release", GIT_SUBMODULE_STRATEGY: recursive}
......@@ -304,6 +307,9 @@ pkg_win_release:
- win10
only:
- tags
needs:
- job: pkg_win_purepy_release
artifacts: true
pkg_linux_release:
<<: *build_gpu_mod
......@@ -327,6 +333,10 @@ pkg_linux_release:
- tux_packager
only:
- tags
needs:
- job: pkg_linux_purepy_release
artifacts: true
pkg_linux_release_static:
......@@ -351,6 +361,9 @@ pkg_linux_release_static:
- tux_packager
only:
- tags
needs:
- job: pkg_linux_purepy_release
artifacts: true
pages:
stage: gitlab_pages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment