handle not commiting case

This commit is contained in:
Maximilian Keßler 2021-10-24 09:03:22 +02:00
parent cba8c5ec2d
commit 78e6680de9

View file

@ -52,7 +52,7 @@ build-packages: # This job runs in the deploy stage.
- .ci/ci_build.sh
- cd build/LatexPackagesBuild
- git add .
- git commit -m "${COMMIT_MESSAGE}"
- git commit -m "${COMMIT_MESSAGE}" || echo "Nothing to commit, working dir clean"
variables:
GIT_SUBMODULE_STRATEGY: recursive
artifacts: