From 29ee818ba5da0ee864a29a1f6af3a5afb09562ce 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:36:59 +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 f045bf6..38e9d06 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 origin master -o ci.skip; + git push -o ci.skip; fi only: - master \ No newline at end of file -- GitLab