From f0cb6d638f554e2a55c850fd84bc92c5ccc2fbd0 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Fri, 23 Sep 2022 01:53:44 +0530 Subject: [PATCH] fix(scripts): turn on stricter validation --- scripts/deploy-snapshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-snapshot.sh b/scripts/deploy-snapshot.sh index fc7501c8..3ff65914 100755 --- a/scripts/deploy-snapshot.sh +++ b/scripts/deploy-snapshot.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -ex +set -euxo pipefail LATEST_TAG="latest" CURRENT_REV="$(git rev-parse --short HEAD)"