Apparently you can't use a Boolean true in gitlab-ci.yml environment variables config

This commit is contained in:
Danielle McLean 2018-02-26 13:07:12 +11:00
parent 345c9f9885
commit dcb9833b0d
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ image: python:3.6
variables:
GIT_SUBMODULE_STRATEGY: normal
PIP_CACHE_DIR: $CI_PROJECT_DIR/.pip-cache
PIPENV_VENV_IN_PROJECT: true
PIPENV_VENV_IN_PROJECT: yeppers
cache:
paths: