Prevent false being interpreted as boolean
This commit is contained in:
parent
75641d5e3c
commit
5d91f858a4
|
@ -1,7 +1,7 @@
|
|||
variables:
|
||||
GIT_STRATEGY: none
|
||||
GIT_SUBMODULE_STRATEGY: none
|
||||
GIT_CHECKOUT: false
|
||||
GIT_STRATEGY: "none"
|
||||
GIT_SUBMODULE_STRATEGY: "none"
|
||||
GIT_CHECKOUT: "false"
|
||||
|
||||
before_script:
|
||||
- |
|
||||
|
|
Loading…
Reference in a new issue