This commit is contained in:
Robert Kaussow 2020-02-03 00:40:24 +01:00
parent 34c057f899
commit f2d35c600f
2 changed files with 3 additions and 1 deletions

View File

@ -71,6 +71,7 @@ def binaries(arch):
'name': 'executable', 'name': 'executable',
'image': 'golang:1.12', 'image': 'golang:1.12',
'commands': [ 'commands': [
'ls -lah release/',
'$(find release/ -executable -type f | grep url-parser-*-linux-amd64) --help', '$(find release/ -executable -type f | grep url-parser-*-linux-amd64) --help',
] ]
}, },

View File

@ -45,6 +45,7 @@ steps:
- name: executable - name: executable
image: golang:1.12 image: golang:1.12
commands: commands:
- ls -lah release/
- $(find release/ -executable -type f | grep url-parser-*-linux-amd64) --help - $(find release/ -executable -type f | grep url-parser-*-linux-amd64) --help
- name: checksum - name: checksum
@ -111,6 +112,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 58a67a5f759ed5cb3c383dec029e7ffb7b173143e30b22fcca04f159cbfb49b9 hmac: a160f6d0e4bd08b624d5d2fb352a76139d0771327831fa6d7650676a5f0148d0
... ...