From 4af1b3815c6ac16329d1fdb5895f98e1431e3718 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 5 Sep 2019 22:01:34 +0200 Subject: [PATCH] CI debug --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0a0275f..6176da0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,6 +32,8 @@ steps: commands: - export PATH=$PATH:$GOPATH/bin - make release + - ls dist/ + - ls dist/binaries depends_on: [ fetch-tags ] # Push the releases to our pseudo-s3-bucket