mirror of
https://github.com/thegeeklab/url-parser.git
synced 2024-11-17 18:50:42 +00:00
fix grep
This commit is contained in:
parent
ae8bf9f34f
commit
a182e6139e
@ -69,11 +69,10 @@ def binaries(arch):
|
||||
},
|
||||
{
|
||||
'name': 'executable',
|
||||
'image': 'golang:1.12',
|
||||
'image': 'alpine',
|
||||
'commands': [
|
||||
'ls -lah release/',
|
||||
'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',
|
||||
'$(find release/ -executable -type f | grep url-parser-.*-linux-amd64) --help',
|
||||
]
|
||||
},
|
||||
{
|
||||
|
@ -43,11 +43,10 @@ steps:
|
||||
- cp /build/* /drone/src/release/
|
||||
|
||||
- name: executable
|
||||
image: golang:1.12
|
||||
image: alpine
|
||||
commands:
|
||||
- ls -lah release/
|
||||
- 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
|
||||
- $(find release/ -executable -type f | grep url-parser-.*-linux-amd64) --help
|
||||
|
||||
- name: checksum
|
||||
image: alpine
|
||||
@ -113,6 +112,6 @@ depends_on:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: a0ec5f8871573fcc5db9ca24c35445fa843d573f2cbbf9fe9eefaf87aacc9190
|
||||
hmac: 6f853f3ee5b938c3cb8013f962bf3c370ae0b2da34265dbbf2cee3b3369f8170
|
||||
|
||||
...
|
||||
|
0
url-parser-ae8bf9f3-linux-amd64
Executable file
0
url-parser-ae8bf9f3-linux-amd64
Executable file
Loading…
Reference in New Issue
Block a user