Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2023-09-12 08:51:53 +02:00
parent c57260a131
commit 05cff04049

View File

@ -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