fix missing parantheses

This commit is contained in:
Maximilian Keßler 2021-10-08 09:21:21 +02:00
parent 6101618f6b
commit d5f7c6d88c

View File

@ -15,7 +15,7 @@ install:
- pip install GitPython - pip install GitPython
script: 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/")' - python3 -c 'from build import build; build("build/LatexPackages/")'
- cd build - cd build
- zip -r LatexPackages.zip LatexPackages - zip -r LatexPackages.zip LatexPackages