Skip to content

Commit

Permalink
Fix "xargs: zip: No such file or directory" error
Browse files Browse the repository at this point in the history
  • Loading branch information
leiless committed Apr 4, 2020
1 parent 0844db6 commit 8af0d46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ steps:
image: alpine
commands:
- uname -a
- apk add zip
- cd /go/src/github.com/leiless/dnsredir/bin
- ls -l coredns* | xargs -I{} zip -9 {}.zip {}
- sha256sum coredns*.zip | tee shasum256.txt
Expand Down

0 comments on commit 8af0d46

Please sign in to comment.