1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-21 23:18:13 +00:00

gitlab-ci: checking if pipenv exists

This commit is contained in:
Marek Mahut 2019-09-03 20:52:08 +02:00 committed by Tomas Susanka
parent 4c640bcb3e
commit 8e3f3fa7d3

View File

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