Skip to content

Commit

Permalink
Merge pull request #26166 from hashicorp/b/fix-release-script
Browse files Browse the repository at this point in the history
`tooling` - remove erroneous debug symbol
  • Loading branch information
jackofallops authored May 31, 2024
2 parents 4468472 + 0cc504a commit 71eb622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ if [[ "${NOTEST}" == "1" ]]; then
echo "Warning: Skipping tests"
else
echo "Running tests..."
( set -x; ${debug}TF_ACC= scripts/run-test.sh )
( set -x; TF_ACC= scripts/run-test.sh )
fi

echo "Preparing changelog for release..."
Expand Down

0 comments on commit 71eb622

Please sign in to comment.