From 961acb9e3d3fcf05e0175c101b295c8834e7571c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 23 Feb 2024 08:25:39 +0100 Subject: [PATCH] Updated om-python commit hook --- .gitlab-ci.yml | 2 +- CI/gitlab-ci/ci-master.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0b2076af..2c9702ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -746,7 +746,7 @@ trigger_openmesh-python-rebuild: - 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" + - "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://gitlab.vci.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline" #Debian: # stage: deploy diff --git a/CI/gitlab-ci/ci-master.yml b/CI/gitlab-ci/ci-master.yml index c0e412b6..4784a695 100644 --- a/CI/gitlab-ci/ci-master.yml +++ b/CI/gitlab-ci/ci-master.yml @@ -43,7 +43,7 @@ trigger_openmesh-python-rebuild: - 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" + - "curl -X POST -F token=b63ed804ada51d7d1ffe5d6ea0dfa2 -F ref=track-OM-master https://gitlab.vci.rwth-aachen.de:9000/api/v4/projects/1024/trigger/pipeline" #Debian: # stage: deploy