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