From 47155741f77fa6be6fdfd6ecfa520871eb8fab48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 18 Jan 2022 11:42:18 +0100 Subject: [PATCH] Only download required artifacts --- .gitlab-ci.yml | 2 ++ CI/gitlab-ci/ci-master.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e6b9399..45ca1605 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1006,6 +1006,7 @@ Doc-publish: only: - master script: "CI/ci-doc.sh" + dependencies: tags: - Linux - stretch @@ -1018,6 +1019,7 @@ Sources: tags: - Linux - stretch + dependencies: artifacts: paths: - OpenMesh*.zip diff --git a/CI/gitlab-ci/ci-master.yml b/CI/gitlab-ci/ci-master.yml index ba9fd179..d11d83c2 100644 --- a/CI/gitlab-ci/ci-master.yml +++ b/CI/gitlab-ci/ci-master.yml @@ -17,6 +17,7 @@ Doc-publish: only: - master script: "CI/ci-doc.sh" + dependencies: tags: - Linux - stretch @@ -29,6 +30,7 @@ Sources: tags: - Linux - stretch + dependencies: artifacts: paths: - OpenMesh*.zip