replace curl image in drone

This commit is contained in:
Robert Kaussow 2020-11-02 00:11:17 +01:00
parent 32f6cf944c
commit 76dabd9ab4
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

@ -146,7 +146,7 @@ steps:
NPM_CONFIG_LOGLEVEL: error
- name: assets
image: byrnedo/alpine-curl
image: thegeeklab/alpine-tools
commands:
- mkdir -p exampleSite/themes/hugo-geekblog/
- curl -sSL https://github.com/thegeeklab/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C exampleSite/themes/hugo-geekblog/ --strip-components=1
@ -234,6 +234,6 @@ depends_on:
---
kind: signature
hmac: daac8ea56366e5e1a49632f7d8eb15c06f9d6d8ff27d8f143d85407f3603cfed
hmac: d4a14c67312952bf2cba2f41bf5f2b5b7bc2b576bc2ff7cea2aa5442afb673a6
...