replace curl image in drone
continuous-integration/drone/push Build is passing Details

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

View File

@ -11,7 +11,7 @@ concurrency:
steps:
- name: assets
image: byrnedo/alpine-curl
image: thegeeklab/alpine-tools
commands:
- mkdir -p themes/hugo-geekblog/
- curl -L https://github.com/thegeeklab/hugo-geekblog/releases/latest/download/hugo-geekblog.tar.gz | tar -xz -C themes/hugo-geekblog/ --strip-components=1
@ -110,6 +110,6 @@ depends_on:
---
kind: signature
hmac: 01fdb24010e4027cb131ca2138b50164ad62a574b565ed05642a22f95a89c368
hmac: 34c81c071b579d8f60d8c301eb1251d0430031ac4af95536447ed61db62f686d
...