sh/release-archive: 'set -e' in header [ci skip]

Bail out on encountering any errors.
This commit is contained in:
Jared Tobin 2020-02-18 16:32:21 +04:00
parent 6acb751560
commit 915bf1332f
No known key found for this signature in database
GPG Key ID: 0E4647D58F8A69E4

View File

@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -e
usage() {
local error="$1"