Prevent false being interpreted as boolean

This commit is contained in:
Jeremy Soller 2018-06-09 20:36:20 -06:00
parent 75641d5e3c
commit 5d91f858a4

View file

@ -1,7 +1,7 @@
variables: variables:
GIT_STRATEGY: none GIT_STRATEGY: "none"
GIT_SUBMODULE_STRATEGY: none GIT_SUBMODULE_STRATEGY: "none"
GIT_CHECKOUT: false GIT_CHECKOUT: "false"
before_script: before_script:
- | - |