fix missing quotes when commiting
This commit is contained in:
parent
8b3d225716
commit
1a1bf9102d
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ cd LatexPackagesBuild
|
||||||
ls -r | xargs echo
|
ls -r | xargs echo
|
||||||
git status | xargs echo
|
git status | xargs echo
|
||||||
git add .
|
git add .
|
||||||
git commit -m ${COMMIT_MSG} || echo "Nothing new to commit"
|
git commit -m "${COMMIT_MSG}" || echo "Nothing new to commit"
|
||||||
git push --set-upstream origin ${CI_COMMIT_REF_NAME}-build
|
git push --set-upstream origin ${CI_COMMIT_REF_NAME}-build
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue