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
|
- .ci/ci_build.sh
|
||||||
- cd build/LatexPackagesBuild
|
- cd build/LatexPackagesBuild
|
||||||
- git add .
|
- git add .
|
||||||
- git commit -m "${COMMIT_MESSAGE}"
|
- git commit -m "${COMMIT_MESSAGE}" || echo "Nothing to commit, working dir clean"
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Add table
Reference in a new issue