From 0fcbae12c06e9932f0d266e240ec22876e91072f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org> Date: Tue, 17 Sep 2019 15:54:12 +0200 Subject: [PATCH] CI: avoid transfer of artifacts to pkg_source jobs --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5ae8e91d..bdca404c6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -72,6 +72,7 @@ pkg_source: paths: - dynare-*.tar.xz expire_in: 1 week + dependencies: [] pkg_windows: stage: test_and_pkg -- GitLab