From fd5e4ef9e33ba43aa6f63af04ec4ce977148f7b0 Mon Sep 17 00:00:00 2001 From: Jan Date: Wed, 17 Feb 2021 17:54:15 +0100 Subject: [PATCH] Only trigger python build for master --- .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 8147cf6c..40a690ff 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -854,6 +854,8 @@ Sources: trigger_openmesh-python-rebuild: stage: deploy + only: + - master 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 7db5134e..ba9fd179 100644 --- a/CI/gitlab-ci/ci-master.yml +++ b/CI/gitlab-ci/ci-master.yml @@ -37,6 +37,8 @@ Sources: trigger_openmesh-python-rebuild: stage: deploy + only: + - master 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"