fix debugging

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

View File

@ -147,8 +147,8 @@ steps:
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
@ -167,15 +167,15 @@ steps:
files:
- dist/zip/*
detach_sign: true
#
# - name: debugging
# image: alpine
# pull: true
# depends_on: [ sign-release ]
# commands:
# - ls
# - ls dist/zip
# - ls dist
- 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