correctly push to origin

This commit is contained in:
Maximilian Keßler 2021-10-24 09:23:23 +02:00
parent 937a9e4ec0
commit e7ebd57c51

View file

@ -3,9 +3,10 @@ export COMMIT_MSG=$(python3 print_deploy_message.py)
cd ..
make ci-build
cd build
zip -r LatexPackages.zip LatexPackagesBuild -x LatexPackagesBuild.git
zip -r LatexPackages.zip LatexPackagesBuild -x LatexPackagesBuild/.git/
tree -H '.' -I "index.html" -D --charset utf-8 -T "LatexPackages" > index.html
cd LatexPackagesBuild
git add .
git commit -m ${COMMIT_MSG} || echo "Nothing new to commit"
git push
git push --set-upstream origin ${CI_COMMIT_REF_NAME}-build