[gnome-build-meta/tristan/pipeline-enhancements] Trying alternative quoting



commit 4f434bef07d24c63a69dcc2531ea28e23ec16888
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date:   Thu Apr 26 20:32:11 2018 +0900

    Trying alternative quoting

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index dec0369..39f73d7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ variables:
   GET_SOURCES_ATTEMPTS: 3
   BST_CONF: "${CI_PROJECT_DIR}/build.conf"
   BST_LOGS: "${CI_PROJECT_DIR}/logs"
-  BST: 'bst --config ${BST_CONF} --colors --log-file ${BST_LOGS}/build.log'
+  BST: "bst --config ${BST_CONF} --colors --log-file ${BST_LOGS}/build.log"
   BST_SHA: '06ae434a7017edbf67bf46c3fe2e327466801787' #  1.1.3
 
 stages:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]