summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-13 17:58:11 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-13 17:58:11 +0000
commitee3c4df9c22215c4c35e24b5bf4231d6cbb8f8ff (patch)
tree097447d4796529c9e538367fa2205d3582197831
parent1be45ca7233a153e50d5a67841a9177a0fd4d9c9 (diff)
downloaddefinitions-ee3c4df9c22215c4c35e24b5bf4231d6cbb8f8ff.tar.gz
.gitlab-ci.yml: Fix yaml
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e1c0054e..9689ae18 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,7 +25,8 @@ before_script:
- ssh-keygen ~/.ssh/id_rsa -y > ~/.ssh/id_rsa.pub
# Enable push and pull for Baserock artifact cache
- - cat > ~/.config/buildstream.conf <<EOF
+ - |
+ cat > ~/.config/buildstream.conf <<EOF
artifacts:
pull-url: https://ostree.baserock.org/cache/
push-url: ostree@ostree.baserock.org:cache