From c57260a131e6dc7b58a43b90550ac06835b88a02 Mon Sep 17 00:00:00 2001 From: Christoph Schabert Date: Tue, 12 Sep 2023 08:47:36 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 52ceb9c3d..e1a06c081 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -30,8 +30,8 @@ localazy update: - yarn start - cd ../.. - git add . - - git commit -m "push back from pipeline" - - git push gitlab_origin ${CI_COMMIT_BRANCH} -o ci.skip + - git commit -m "push back localazy update" + - git push gitlab_origin HEAD:${CI_COMMIT_BRANCH} -o ci.skip rules: - if: $LOCALAZY_RUN