From af30b055c1274cf16c6c373a72f36fd7e40ffe30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com> Date: Thu, 21 Oct 2021 15:51:56 +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 360be49..705f7d4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,7 +35,7 @@ deploy: - if [ "$CHANGES" -gt "0" ]; then git status; git commit -m "Update public from ${CI_COMMIT_SHORT_SHA}"; - git push -u origin "${CI_DEFAULT_BRANCH}" -o ci.skip; + git push "HEAD:${CI_COMMIT_REF_NAME}" -o ci.skip; fi only: - master \ No newline at end of file -- GitLab