fix mistake in ci script
This commit is contained in:
parent
457a8d3cf3
commit
736662b005
1 changed files with 2 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
set -e
|
||||
cd .ci
|
||||
export COMMIT_MSG=$(python3 print_deploy_message.py)
|
||||
cd ..
|
||||
make ci-build
|
||||
cd build/LatexPackagesBuild
|
||||
git add .
|
||||
|
|
Loading…
Reference in a new issue