mirror of
https://github.com/Luzifer/github-publish.git
synced 2024-11-09 23:00:14 +00:00
Remove verbose output
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
63be49c12b
commit
344b7cb7db
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
|||
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
|
||||
4bf341ead6a10cc7ed1d0cb3122ae2bfcd738317bca92a565be49934778bf3b6 golang.sh
|
||||
713776897de828d288a761794a4f17f59d634e20f5df4ac2b625112ba1a9e95d golang.sh
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
set -euo pipefail
|
||||
|
||||
( which apk 2>&1 1>/dev/null ) && apk add --update zip
|
||||
( which apt-get 2>&1 1>/dev/null ) && apt-get install -y zip
|
||||
|
|
Loading…
Reference in a new issue