replace curl image in drone

master
Robert Kaussow 2020-11-02 00:11:16 +01:00
parent f20431ef85
commit d6b9e6e893
No known key found for this signature in database
GPG Key ID: 65362AE74AF98B61
1 changed files with 2 additions and 2 deletions

View File

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