fixed pex build

This commit is contained in:
Alexander Werner 2018-11-05 00:50:08 +01:00
parent 330aff02d5
commit 228043c0e0

View File

@ -32,7 +32,7 @@ doc:
pex: pex:
stage: build stage: build
script: script:
- pipenv run pex . -r <(pipenv lock -r) -e carom.cli:cli -o carom-client - pipenv run pex . -r <(pipenv lock -r) -e carom.cli:cli -o dist/carom-client
artifacts: artifacts:
paths: paths:
- dist/* - dist/*