1
0
mirror of https://github.com/Luzifer/github-publish.git synced 2024-09-19 16:02:57 +00:00

Remove verbose output

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2017-12-28 18:47:32 +01:00
parent 63be49c12b
commit 344b7cb7db
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
05e4977d541b2ef07c757acca912b7b58b379fb425eceb3a1f53c829a78a4aa4 docker2aci.sh
4bf341ead6a10cc7ed1d0cb3122ae2bfcd738317bca92a565be49934778bf3b6 golang.sh
713776897de828d288a761794a4f17f59d634e20f5df4ac2b625112ba1a9e95d golang.sh

View File

@ -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