fix missing quotes when commiting

This commit is contained in:
Maximilian Keßler 2021-10-24 09:58:03 +02:00
parent 8b3d225716
commit 1a1bf9102d

View file

@ -9,6 +9,6 @@ cd LatexPackagesBuild
ls -r | xargs echo
git status | xargs echo
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