show working dir

This commit is contained in:
Maximilian Keßler 2021-10-24 09:05:44 +02:00
parent 78e6680de9
commit 5949aacc2f

View file

@ -51,6 +51,7 @@ build-packages: # This job runs in the deploy stage.
- test -d PyTeX/build
- .ci/ci_build.sh
- cd build/LatexPackagesBuild
- echo "$PWD"
- git add .
- git commit -m "${COMMIT_MESSAGE}" || echo "Nothing to commit, working dir clean"
variables: