This commit is contained in:
Robert Kaussow 2020-02-03 01:07:17 +01:00
parent a182e6139e
commit 82e6896c06
4 changed files with 1 additions and 3 deletions

View File

@ -71,7 +71,6 @@ def binaries(arch):
'name': 'executable', 'name': 'executable',
'image': 'alpine', 'image': 'alpine',
'commands': [ 'commands': [
'find release/ -executable -type f | grep url-parser-.*-linux-amd64',
'$(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,7 +45,6 @@ steps:
- name: executable - name: executable
image: alpine image: alpine
commands: commands:
- find release/ -executable -type f | grep url-parser-.*-linux-amd64
- $(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
@ -112,6 +111,6 @@ depends_on:
--- ---
kind: signature kind: signature
hmac: 6f853f3ee5b938c3cb8013f962bf3c370ae0b2da34265dbbf2cee3b3369f8170 hmac: f891a7f6d288894b4130bc371a74d249d6a6eee6f7abe8ccea5c471a91240fe1
... ...

Binary file not shown.