From b45671712d9396bcb9156f6695fa411ec56a2fd7 Mon Sep 17 00:00:00 2001 From: Alessandro Berti Date: Tue, 26 Sep 2023 11:09:14 +0200 Subject: [PATCH] temporarily disabling deploy --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9403f941..dcd2f19f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,7 +30,7 @@ push-release-branch: # - if: '$CI_PROJECT_URL =~ /^https:\/\/gitlab.fit.fraunhofer.de\/process-mining\/pm4py-industry-partners.*/' # when: never # does NOT work, for unknown reasons. - - if: '$CI_COMMIT_BRANCH == "release" && $CI_PROJECT_URL == "https://gitlab.fit.fraunhofer.de/process-mining/pm4py/pm4py-core"' + - if: '$CI_COMMIT_BRANCH == "DISABLED" && $CI_PROJECT_URL == "https://gitlab.fit.fraunhofer.de/process-mining/pm4py/pm4py-core"' script: # The runner checks out a detached(!) head, which we cannot push -> we need to switch to "release" explicitly - git checkout release