From cf671ff3323bf23b9c72f36d179e79a3a5baeed2 Mon Sep 17 00:00:00 2001 From: konrad Date: Sat, 27 Apr 2019 11:40:38 +0200 Subject: [PATCH] Remove all debugging --- .drone.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 4a85d3f..7a67d0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,8 +30,8 @@ steps: --- kind: pipeline name: deploy-master -#depends_on: -# - testing +depends_on: + - testing workspace: base: /go @@ -54,13 +54,11 @@ steps: image: techknowlogick/xgo:latest pull: true environment: + # This path does not exist. However, when we set the gopath to /go, the build fails. Not sure why. + # Leaving this here until we know how to resolve this properly. GOPATH: /srv/app commands: - export PATH=$PATH:$GOPATH/bin - - ls - - ls /srv - - ls /srv/app - - printenv - make release # Push the releases to our pseudo-s3-bucket