fixed pex build
This commit is contained in:
		@@ -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/*
 | 
				
			||||||
		Reference in New Issue
	
	Block a user