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 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
@ -167,15 +167,15 @@ steps:
files: files:
- dist/zip/* - dist/zip/*
detach_sign: true detach_sign: true
#
# - name: debugging - name: debugging
# image: alpine image: alpine
# pull: true pull: true
# depends_on: [ sign-release ] depends_on: [ sign-release ]
# commands: commands:
# - ls - ls
# - ls dist/zip - ls dist/zip
# - ls dist - ls dist
# Push the releases to our pseudo-s3-bucket # Push the releases to our pseudo-s3-bucket
- name: release-version - name: release-version