gitlab-ci: checking if pipenv exists

pull/633/head
Marek Mahut 5 years ago committed by Tomas Susanka
parent 4c640bcb3e
commit 8e3f3fa7d3

@ -29,7 +29,7 @@ stages:
- deploy
before_script:
- pipenv sync
- command -v pipenv >/dev/null && pipenv sync
include:
- ci/environment.yml

Loading…
Cancel
Save