Switch to ubuntu
continuous-integration/drone/push Build is failing Details

This commit is contained in:
IamTheFij 2021-01-08 17:59:28 -05:00
parent f9c082d30f
commit 3c2cae3011
2 changed files with 2 additions and 4 deletions

View File

@ -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 {} \;

View File

@ -1,3 +1,3 @@
#! /bin/sh
#! /bin/bash
find ./dist -type f -perm +111 -execdir tar -czvf {}.tar.gz {} \;