switch back to hugo-ext image due to missing git binary in other images

master
Robert Kaussow 2020-09-12 12:10:46 +02:00
parent 083b04be4a
commit 2367554df5
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: testbuild
image: klakegg/hugo:0.74.3-alpine
image: klakegg/hugo:0.74.3-ext-alpine
commands:
- mkdir exampleSite/themes/ && ln -s $(pwd)/ exampleSite/themes/hugo-geekdoc
- hugo-official -s exampleSite/ -b http://localhost/
@ -153,7 +153,7 @@ steps:
- curl -sSL https://github.com/xoxys/hugo-geekdoc/releases/latest/download/hugo-geekdoc.tar.gz | tar -xz -C exampleSite/themes/hugo-geekdoc/ --strip-components=1
- name: build
image: klakegg/hugo:0.74.3-alpine
image: klakegg/hugo:0.74.3-ext-alpine
commands:
- hugo-official -s exampleSite/
@ -234,6 +234,6 @@ depends_on:
---
kind: signature
hmac: 6e08e470dfa511228831a49591452b4d079f948be4fd8f2f5cb21c0a33d9ca9a
hmac: 082cef9076e41be30895bc3500bb2ebf888ae24e978e41cea71cd2e45c80b483
...