From 49b9b2ea7665f8575a8b9c67a592467e0029db2a Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 6 Sep 2019 22:08:47 +0200 Subject: [PATCH] CI debug --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index 2866236..b87adf9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,6 +32,10 @@ steps: commands: - export PATH=$PATH:$GOPATH/bin - make release + - pwd + - ls -hal dist + - ls -hal dist/binaries + - ls -hal dist/release depends_on: [ fetch-tags ] # Push the releases to our pseudo-s3-bucket