diff options
author | 2018-06-05 18:26:28 +0000 | |
---|---|---|
committer | 2018-06-05 18:26:28 +0000 | |
commit | f6bd78acfcf8249542a38320885c47c046ac374c (patch) | |
tree | 8c7dfbd3037aaf21f5624f79c3ce4613db2d7452 | |
parent | Add .gitlab-ci.yml (diff) |
Update .gitlab-ci.yml
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2a05b69..b8183d8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,10 +10,10 @@ stages: - build variables: - PIPENV_VENV_IN_PROJECT=1 - PIPENV_IGNORE_VIRTUALENVS=1 - PIPENV_NOSPIN=1 - PIPENV_HIDE_EMOJIS=1 + PIPENV_VENV_IN_PROJECT: 1 + PIPENV_IGNORE_VIRTUALENVS: 1 + PIPENV_NOSPIN: 1 + PIPENV_HIDE_EMOJIS: 1 build: |