summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2018-06-09 20:36:20 -0600
committerJeremy Soller <jackpot51@gmail.com>2018-06-09 20:36:20 -0600
commit5d91f858a44e80644b128db38483cad8a263d1bf (patch)
tree42e143450587d452f41d556f6916d9e36f5a965e
parent75641d5e3c4ae9da1b8b0070eeb7bc14c7b837ea (diff)
Prevent false being interpreted as boolean
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9b4aa71..5c64678 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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:
- |