summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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