Skip to content

Commit

Permalink
Quick fix for stage-release.sh - reset nounset (kroxylicious#867)
Browse files Browse the repository at this point in the history
Signed-off-by: Keith Wall <[email protected]>
  • Loading branch information
k-wall authored Jan 11, 2024
1 parent bb63c7c commit e500ba5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/stage-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
set -e
SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
. "${SCRIPT_DIR}/common.sh"
# Tmp fix - revert the nounset change made by common to match the expectations of this script.
set +u

REPOSITORY="origin"
BRANCH_FROM="main"
Expand Down

0 comments on commit e500ba5

Please sign in to comment.