Skip to content

Commit

Permalink
remove erroneous debug symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
jackofallops committed May 31, 2024
1 parent 4468472 commit 0cc504a
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 0cc504a

Please sign in to comment.