fix tar build command
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Robert Kaussow 2021-10-09 13:58:27 +02:00
parent 7168008bd3
commit 800a529a5e
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ steps:
image: thegeeklab/alpine-tools
commands:
- mkdir dist/
- tar -C ./overlay -zcvf dist/container-library.tar.gz -X .
- tar -C ./overlay -zcvf dist/container-library.tar.gz .
- name: checksum
image: thegeeklab/alpine-tools
@ -119,6 +119,6 @@ depends_on:
---
kind: signature
hmac: c1289e7598edc9cdb1c7e05385c2901ffdd0f21cced8821eb2a75d54c495b092
hmac: c302e7a32ae780992880870f63a96cba87d844baae7d6c9b89b2aa748cb1eb5a
...