From ee5e0315d237de5dbfcbc10b059e71b284a64d7a Mon Sep 17 00:00:00 2001 From: Megan Marsh Date: Wed, 18 Dec 2019 15:17:00 -0800 Subject: [PATCH] Cut version pipefail --- scripts/dist.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/dist.sh b/scripts/dist.sh index 4547f092b..3577e7224 100755 --- a/scripts/dist.sh +++ b/scripts/dist.sh @@ -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