This commit is contained in:
parent
f9c082d30f
commit
3c2cae3011
@ -44,10 +44,8 @@ steps:
|
||||
- make dist/minitor-linux-amd64
|
||||
|
||||
- name: compress binaries for release
|
||||
image: busybox
|
||||
image: ubuntu
|
||||
commands:
|
||||
- pwd
|
||||
- ls
|
||||
- ./compress_release.sh
|
||||
- find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
#! /bin/sh
|
||||
#! /bin/bash
|
||||
|
||||
find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;
|
||||
|
Loading…
Reference in New Issue
Block a user