diff --git a/scripts/deploy.sh b/scripts/deploy.sh index 22aa4f4..bb67ce9 100755 --- a/scripts/deploy.sh +++ b/scripts/deploy.sh @@ -1,4 +1,4 @@ -#!/bin/bash -ex +#!/bin/bash -e BRANCH_NAME="$(git branch --show-current)" diff --git a/scripts/publish.sh b/scripts/publish.sh index 2c1ceba..e5325eb 100755 --- a/scripts/publish.sh +++ b/scripts/publish.sh @@ -1,4 +1,4 @@ -#!/bin/bash -ex +#!/bin/bash -e BRANCH_NAME="$(git branch --show-current)"