fix missing parantheses
This commit is contained in:
parent
6101618f6b
commit
d5f7c6d88c
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ install:
|
|||
- pip install GitPython
|
||||
|
||||
script:
|
||||
- export COMMIT_MSG=$(python3 -c 'from git_version import get_deploy_message; print(get_deploy_message())'
|
||||
- export COMMIT_MSG=$(python3 -c 'from git_version import get_deploy_message; print(get_deploy_message())')
|
||||
- python3 -c 'from build import build; build("build/LatexPackages/")'
|
||||
- cd build
|
||||
- zip -r LatexPackages.zip LatexPackages
|
||||
|
|
Loading…
Reference in a new issue