From 3879735341da3bb980e6f890f775d752be30aa50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 12 Feb 2021 09:38:52 +0100 Subject: [PATCH] Trigger openmesh-python rebuild if OpenMesh master has been updated --- .gitlab-ci.yml | 5 +++++ CI/gitlab-ci/ci-master.yml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dd8e0389..8147cf6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -852,4 +852,9 @@ Sources: - OpenMesh*.tar.bz2 - OpenMesh*.tar.gz +trigger_openmesh-python-rebuild: + stage: deploy + 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 341375c4..7db5134e 100644 --- a/CI/gitlab-ci/ci-master.yml +++ b/CI/gitlab-ci/ci-master.yml @@ -35,3 +35,8 @@ Sources: - OpenMesh*.tar.bz2 - OpenMesh*.tar.gz +trigger_openmesh-python-rebuild: + stage: deploy + 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" +