From 3205a769b04172d07d2c23f11f6c7dd214809793 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 12 Jan 2020 16:18:28 +0100 Subject: [PATCH] add debug output to drone --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4262921..aceb99a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,6 +29,8 @@ steps: image: alpine commands: - cd dist/ && sha256sum * > ../sha256sum.txt + - cd ../ ls -lh dist/ + - cat sha256sum.txt - name: publish image: plugins/github-release @@ -53,6 +55,6 @@ trigger: --- kind: signature -hmac: 4b20293d941483d9917375f4bb77230e1f2db42c1c2fa19d4e7b3eb84f055ac7 +hmac: 63efa69b91d1f42a9d4b8c4fa8bb49ce3f70f0911cc5a6819bb9f993d721bd1d ...