Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2023-09-12 08:47:36 +02:00
parent 38741425e2
commit c57260a131

View File

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