Fix YAML syntax.
authorJason S. Ninneman <jsn@mbar.us>
Thu, 8 Jun 2017 02:18:11 +0000 (19:18 -0700)
committerJason S. Ninneman <jsn@mbar.us>
Thu, 8 Jun 2017 03:19:24 +0000 (20:19 -0700)
.gitlab-ci.yml

index 6e18032a136cd4ff359b50db400d1d4bd9c515a3..5ec7641e63a85795a5de6383dfc6968059399b63 100644 (file)
@@ -1,8 +1,8 @@
 image: alpine
 
 variables:
-  - GIT_SSL_CAPATH: /etc/ssl/certs
-  - GIT_CURL_VERBOSE: 1
+  GIT_SSL_CAPATH: "/etc/ssl/certs"
+  GIT_CURL_VERBOSE: "1"
 
 stages:
   - build