Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2023-11-09 10:24:46 +01:00
parent d828e2c1aa
commit 372e6b887a

View File

@ -35,7 +35,7 @@ localazy update:
then
git status
git commit -m "push back localazy update"
git push gitlab_origin HEAD:${CI_COMMIT_REF_NAME} -o ci.skip
git push gitlab_origin HEAD:${CI_COMMIT_REF_NAME}
fi
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"