From cb4317a44cca9a377c75f4f91288e1085a95c015 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Mon, 23 Oct 2017 14:59:09 +0100 Subject: .gitlab-ci.yml: Fix BuildStream artifact cache configuration This is hopefully what has been preventing BuildStream from pushing. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.1