Cut version pipefail

This commit is contained in:
Megan Marsh 2019-12-18 15:17:00 -08:00
parent b70ab5c8d4
commit ee5e0315d2
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -e
set -e pipefail
# Get the parent directory of where this script is.
SOURCE="${BASH_SOURCE[0]}"
@ -48,6 +48,7 @@ if [ -z $NOSIGN ]; then
popd
fi
./scripts/sign.sh
# hc-releases upload $DIR/pkg/dist/
# hc-releases publish