Cut version pipefail

pull/8510/head
Megan Marsh 6 years ago
parent b70ab5c8d4
commit ee5e0315d2
No known key found for this signature in database
GPG Key ID: 51852D87348FFC4C

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

Loading…
Cancel
Save