forked from 00dani/lemoncurry
Apparently you can't use a Boolean true in gitlab-ci.yml environment variables config
This commit is contained in:
parent
345c9f9885
commit
dcb9833b0d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue