Skip to content

Commit

Permalink
.drone.yml: Fix typo error
Browse files Browse the repository at this point in the history
Error message:
  zip error: Invalid command arguments (short option 'w' not supported)
  • Loading branch information
leiless committed Apr 4, 2020
1 parent 8af0d46 commit d2616b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,8 @@ steps:
- uname -a
- apk add zip
- cd /go/src/github.com/leiless/dnsredir/bin
- ls -l coredns* | xargs -I{} zip -9 {}.zip {}
- ls -l coredns*
- ls -1 coredns* | xargs -I{} zip -9 {}.zip {}
- sha256sum coredns*.zip | tee shasum256.txt
when:
event: tag
Expand Down

0 comments on commit d2616b6

Please sign in to comment.