remove debbugging

This commit is contained in:
konrad 2019-01-14 20:48:02 +01:00
parent 8fdb8b7840
commit cbcd12b5e5
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 20 additions and 29 deletions

View File

@ -123,32 +123,32 @@ steps:
- make release-windows
depends_on: [ before-static-build ]
# - name: static-build-linux
# image: karalabe/xgo-latest:latest
# pull: true
# environment:
# TAGS: bindata sqlite
# GOPATH: /srv/app
# commands:
# - make release-linux
# depends_on: [ before-static-build ]
#
# - name: static-build-darwin
# image: karalabe/xgo-latest:latest
# pull: true
# environment:
# TAGS: bindata sqlite# GOPATH: /srv/app
# commands:
# - make release-darwin
# depends_on: [ before-static-build ]
- name: static-build-linux
image: karalabe/xgo-latest:latest
pull: true
environment:
TAGS: bindata sqlite
GOPATH: /srv/app
commands:
- make release-linux
depends_on: [ before-static-build ]
- name: static-build-darwin
image: karalabe/xgo-latest:latest
pull: true
environment:
TAGS: bindata sqlite# GOPATH: /srv/app
commands:
- make release-darwin
depends_on: [ before-static-build ]
- name: after-build-static
image: karalabe/xgo-latest:latest
pull: true
depends_on:
- static-build-windows
# - static-build-linux
# - static-build-darwin
- static-build-linux
- static-build-darwin
commands:
- make release-copy
- make release-check
@ -168,15 +168,6 @@ steps:
- dist/zip/*
detach_sign: true
- name: debugging
image: alpine
pull: true
depends_on: [ sign-release ]
commands:
- ls
- ls dist/zip
- ls dist
# Push the releases to our pseudo-s3-bucket
- name: release-version
image: plugins/s3:1