From a74527774acc9b63d5f90eb9a054f04a0452a12f Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Sun, 31 Mar 2019 11:17:16 -0400 Subject: [PATCH] git info wasn't working on alpine --- .gitlab-ci.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 405c4efc..635c4255 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: python:3.6-alpine +image: python:3.7 variables: HUGO_VERSION: '0.53' # https://github.com/gohugoio/hugo/releases @@ -6,9 +6,6 @@ variables: AWSCLI_VERSION: '1.16.21' # https://github.com/aws/aws-cli/blob/master/CHANGELOG.rst before_script: - # update alpine - - apk update && apk add openssl coreutils - # download and install Hugo - wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz - echo "${HUGO_SHA} hugo_${HUGO_VERSION}_Linux-64bit.tar.gz" | sha256sum -c @@ -17,7 +14,7 @@ before_script: # install awscli - pip install --quiet --no-cache-dir awscli==${AWSCLI_VERSION} -deploy: +deploy: script: # build site - rm -rf public