summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-14 10:18:35 +0100
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-14 10:18:35 +0100
commitc0d91d371fa5f06d690cf2e76c8ab04d3980a337 (patch)
tree019cfc0c36d387d937ff6c28e634fd42644a5e32
parent58aa24bfa5d1da328a9bc15589770ba611928935 (diff)
downloaddefinitions-c0d91d371fa5f06d690cf2e76c8ab04d3980a337.tar.gz
.gitlab-ci.yml: Fixes
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
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 <<EOF
artifacts:
pull-url: https://ostree.baserock.org/cache/