summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8778f772..bca36a21 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,8 @@ variables:
echo "projects:" > ~/.config/buildstream.conf
echo " baserock:" >> ~/.config/buildstream.conf
echo " artifacts:" >> ~/.config/buildstream.conf
- echo " url: ssh://ostree@ostree.baserock.org:22200/cache" >> ~/.config/buildstream.conf
+ echo " - url: ssh://ostree@ostree.baserock.org:22200/cache" >> ~/.config/buildstream.conf
+ echo " push: true" >> ~/.config/buildstream.conf
echo "scheduler:" >> ~/.config/buildstream.conf
echo " fetchers: 1" >> ~/.config/buildstream.conf
echo " on-error: quit" >> ~/.config/buildstream.conf