summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2018-07-26 14:27:53 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2018-07-26 14:27:53 +0100
commit6c1e98e3953f6771694a85d118c55d5d5de14500 (patch)
tree9a06b951d4e3693e837142123173b4cc27be4b43
parentdbd5f6fccededb3bd18791eac43fd88d36e90f00 (diff)
downloaddefinitions-6c1e98e3953f6771694a85d118c55d5d5de14500.tar.gz
Update buildstream.conf to enable pushingHEADpedro/reenable-pushmaster
-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