Merge branch '11/x509-error-deploy-when-using-data-driven-content' into 'master'

Added ca-certificates apk to use Data-driven Content

Closes #11

See merge request !21
This commit is contained in:
Achilleas Pipinellis 2017-05-15 15:38:35 +00:00
commit 7db9338781

View File

@ -5,7 +5,7 @@ variables:
HUGO_SHA: '04f2c7d2f6ea500b0ead4821f035f334b7ac370154509653391bfccec1c4d524' HUGO_SHA: '04f2c7d2f6ea500b0ead4821f035f334b7ac370154509653391bfccec1c4d524'
before_script: before_script:
- apk update && apk add openssl - apk update && apk add openssl ca-certificates
- wget -O ${HUGO_VERSION}.tar.gz https://github.com/spf13/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz - wget -O ${HUGO_VERSION}.tar.gz https://github.com/spf13/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz
- echo "${HUGO_SHA} ${HUGO_VERSION}.tar.gz" | sha256sum -c - echo "${HUGO_SHA} ${HUGO_VERSION}.tar.gz" | sha256sum -c
- tar xf ${HUGO_VERSION}.tar.gz && mv hugo* /usr/bin/hugo - tar xf ${HUGO_VERSION}.tar.gz && mv hugo* /usr/bin/hugo