popd directory before windows build

This commit is contained in:
Lex Berezhny 2019-06-21 03:00:30 -04:00
parent 27c36a4dce
commit 8efdd9d29a

View file

@ -64,7 +64,7 @@ jobs:
install: install:
- docker pull lbry/pyinstaller34_32bits:py371 - docker pull lbry/pyinstaller34_32bits:py371
script: script:
- cd lbry && python scripts/set_build.py - pushd lbry && python scripts/set_build.py && popd
- docker run -v "$(pwd):/src/lbry" lbry/pyinstaller34_32bits:py371 lbry/scripts/wine_build.sh - docker run -v "$(pwd):/src/lbry" lbry/pyinstaller34_32bits:py371 lbry/scripts/wine_build.sh
- sudo zip -j dist/lbrynet-windows.zip dist/lbrynet.exe - sudo zip -j dist/lbrynet-windows.zip dist/lbrynet.exe
deploy: deploy: