From 6c1e98e3953f6771694a85d118c55d5d5de14500 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 26 Jul 2018 14:27:53 +0100 Subject: Update buildstream.conf to enable pushing --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.1