summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-23 14:59:09 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-23 15:01:01 +0100
commitcb4317a44cca9a377c75f4f91288e1085a95c015 (patch)
tree802476062f7e99ff06d16b4c11bbf662b293a987
parent4ace8eda2b98020e583e8f68c0758f28d3b0284d (diff)
downloaddefinitions-cb4317a44cca9a377c75f4f91288e1085a95c015.tar.gz
.gitlab-ci.yml: Fix BuildStream artifact cache configuration
This is hopefully what has been preventing BuildStream from pushing.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9902e2cb..66cf722d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,8 +58,8 @@ variables:
- |
mkdir -p ~/.config
echo "projects:" > ~/.config/buildstream.conf
- echo " baserock:" > ~/.config/buildstream.conf
- echo " artifacts:" > ~/.config/buildstream.conf
+ echo " baserock:" >> ~/.config/buildstream.conf
+ echo " artifacts:" >> ~/.config/buildstream.conf
echo " pull-url: https://ostree.baserock.org/cache/" >> ~/.config/buildstream.conf
if [ -n "$baserock_ostree_cache_private_key" ]; then
echo " push-url: ostree@ostree.baserock.org:cache" >> ~/.config/buildstream.conf