From c0d91d371fa5f06d690cf2e76c8ab04d3980a337 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 14 Jul 2017 10:18:35 +0100 Subject: .gitlab-ci.yml: Fixes --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee175a59..b964b892 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ before_script: # Private key stored as a protected variable that allows pushing to # ostree@ostree.baserock.org - | - if [ -z "$baserock_ostree_cache_private_key"]; then + if [ -z "$baserock_ostree_cache_private_key" ]; then echo >&2 "Private key for ostree.baserock.org is not available." exit 1 else @@ -36,6 +36,7 @@ before_script: # Enable push and pull for Baserock artifact cache - | + mkdir -p ~/.config cat > ~/.config/buildstream.conf <