fixed pex build
This commit is contained in:
parent
330aff02d5
commit
228043c0e0
@ -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/*
|
Loading…
Reference in New Issue
Block a user