summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-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/