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