From 4378074c32d7dc426e70f0ff8a639e03c5ecc501 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <git@minelli.swiss> Date: Mon, 21 Oct 2024 18:04:05 +0200 Subject: [PATCH] CI/CD => Temporary disable wiki push --- NodeApp/.gitlab-ci/10_stageRelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NodeApp/.gitlab-ci/10_stageRelease.yml b/NodeApp/.gitlab-ci/10_stageRelease.yml index e48306f..16d0c35 100644 --- a/NodeApp/.gitlab-ci/10_stageRelease.yml +++ b/NodeApp/.gitlab-ci/10_stageRelease.yml @@ -44,7 +44,7 @@ release:doc:wiki: # Push the change back to the master branch of the wiki - git push origin "HEAD:main" rules: - - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + - when: never release:gitlab: -- GitLab