From e19766befc6a0c1fdbc594e8914b3019059de499 Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 14 Jul 2017 12:18:09 +0100 Subject: .gitlab-ci.yml: I'm really enjoying the 5 minute feedback cycle here --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 253e3df5..058951aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ before_script: if [ -z "$baserock_ostree_cache_private_key" ]; then echo >&2 "Private key for ostree.baserock.org is not available." exit 1 - endif + fi mkdir -p ~/.ssh echo "$baserock_ostree_cache_private_key" > ~/.ssh/id_rsa chmod 600 ~/.ssh/id_rsa -- cgit v1.2.1