From 05cff04049b29f9fe7955475bae86be90d085ad2 Mon Sep 17 00:00:00 2001 From: Christoph Schabert Date: Tue, 12 Sep 2023 08:51:53 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e1a06c081..2a80fd880 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,7 @@ localazy update: - cd ../.. - git add . - git commit -m "push back localazy update" - - git push gitlab_origin HEAD:${CI_COMMIT_BRANCH} -o ci.skip + - git push gitlab_origin HEAD:${CI_COMMIT_REF_NAME} -o ci.skip rules: - if: $LOCALAZY_RUN