From 8b26abaac5feec687517625bbef933348f408d66 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Fri, 12 Apr 2019 12:39:48 -0400 Subject: [PATCH] CI debug --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 95d2aade..85e81706 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ variables: before_script: # update alpine - - apk update && apk add openssl curl coreutils + - apk update && apk add openssl curl coreutils git # download and install Hugo - wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz