handle not commiting case
This commit is contained in:
parent
cba8c5ec2d
commit
78e6680de9
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue