remove debbugging
This commit is contained in:
parent
8fdb8b7840
commit
cbcd12b5e5
1 changed files with 20 additions and 29 deletions
49
.drone1.yml
49
.drone1.yml
|
@ -123,32 +123,32 @@ steps:
|
||||||
- make release-windows
|
- make release-windows
|
||||||
depends_on: [ before-static-build ]
|
depends_on: [ before-static-build ]
|
||||||
|
|
||||||
# - name: static-build-linux
|
- name: static-build-linux
|
||||||
# image: karalabe/xgo-latest:latest
|
image: karalabe/xgo-latest:latest
|
||||||
# pull: true
|
pull: true
|
||||||
# environment:
|
environment:
|
||||||
# TAGS: bindata sqlite
|
TAGS: bindata sqlite
|
||||||
# GOPATH: /srv/app
|
GOPATH: /srv/app
|
||||||
# commands:
|
commands:
|
||||||
# - make release-linux
|
- make release-linux
|
||||||
# depends_on: [ before-static-build ]
|
depends_on: [ before-static-build ]
|
||||||
#
|
|
||||||
# - name: static-build-darwin
|
- name: static-build-darwin
|
||||||
# image: karalabe/xgo-latest:latest
|
image: karalabe/xgo-latest:latest
|
||||||
# pull: true
|
pull: true
|
||||||
# environment:
|
environment:
|
||||||
# TAGS: bindata sqlite# GOPATH: /srv/app
|
TAGS: bindata sqlite# GOPATH: /srv/app
|
||||||
# commands:
|
commands:
|
||||||
# - make release-darwin
|
- make release-darwin
|
||||||
# depends_on: [ before-static-build ]
|
depends_on: [ before-static-build ]
|
||||||
|
|
||||||
- name: after-build-static
|
- name: after-build-static
|
||||||
image: karalabe/xgo-latest:latest
|
image: karalabe/xgo-latest:latest
|
||||||
pull: true
|
pull: true
|
||||||
depends_on:
|
depends_on:
|
||||||
- static-build-windows
|
- static-build-windows
|
||||||
# - static-build-linux
|
- static-build-linux
|
||||||
# - static-build-darwin
|
- static-build-darwin
|
||||||
commands:
|
commands:
|
||||||
- make release-copy
|
- make release-copy
|
||||||
- make release-check
|
- make release-check
|
||||||
|
@ -168,15 +168,6 @@ steps:
|
||||||
- dist/zip/*
|
- dist/zip/*
|
||||||
detach_sign: true
|
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
|
# Push the releases to our pseudo-s3-bucket
|
||||||
- name: release-version
|
- name: release-version
|
||||||
image: plugins/s3:1
|
image: plugins/s3:1
|
||||||
|
|
Loading…
Add table
Reference in a new issue