Remove all debugging

This commit is contained in:
konrad 2019-04-27 11:40:38 +02:00
parent 7cfe8adfe0
commit cf671ff332
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 6 deletions

View File

@ -30,8 +30,8 @@ steps:
--- ---
kind: pipeline kind: pipeline
name: deploy-master name: deploy-master
#depends_on: depends_on:
# - testing - testing
workspace: workspace:
base: /go base: /go
@ -54,13 +54,11 @@ steps:
image: techknowlogick/xgo:latest image: techknowlogick/xgo:latest
pull: true pull: true
environment: 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 GOPATH: /srv/app
commands: commands:
- export PATH=$PATH:$GOPATH/bin - export PATH=$PATH:$GOPATH/bin
- ls
- ls /srv
- ls /srv/app
- printenv
- make release - make release
# Push the releases to our pseudo-s3-bucket # Push the releases to our pseudo-s3-bucket