Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2023-09-12 08:41:18 +02:00
parent 9ff8d0631b
commit 38741425e2

View File

@ -31,7 +31,7 @@ localazy update:
- cd ../..
- git add .
- git commit -m "push back from pipeline"
- git push gitlab_origin HEAD:main -o ci.skip
- git push gitlab_origin ${CI_COMMIT_BRANCH} -o ci.skip
rules:
- if: $LOCALAZY_RUN