From 58008f44b9a81374df7c7d798b21b5286542cf4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 18 Jan 2022 11:43:52 +0100 Subject: [PATCH] Only download required artifacts --- .gitlab-ci.yml | 1 + CI/gitlab-ci/ci-master.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45ca1605..16ea739e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1030,6 +1030,7 @@ trigger_openmesh-python-rebuild: stage: deploy only: - master + dependencies: script: - "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://www.graphics.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline" diff --git a/CI/gitlab-ci/ci-master.yml b/CI/gitlab-ci/ci-master.yml index d11d83c2..77660421 100644 --- a/CI/gitlab-ci/ci-master.yml +++ b/CI/gitlab-ci/ci-master.yml @@ -41,6 +41,7 @@ trigger_openmesh-python-rebuild: stage: deploy only: - master + dependencies: script: - "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://www.graphics.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline"