Skip to content

Commit

Permalink
fixup! [BEAM-6613] Make svn commit of source release less interactive…
Browse files Browse the repository at this point in the history
…, more idempotent
  • Loading branch information
kennknowles committed Feb 6, 2019
1 parent a3961a9 commit 3457081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release/src/main/scripts/build_release_candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if [[ $confirmation = "y" ]]; then
cd beam/${RELEASE}

echo "----------------Downloading Source Release-------------------"
SOURCE_RELEASE_ZIP=$(echo "apache-beam-${RELEASE}-source-release.zip")
SOURCE_RELEASE_ZIP="apache-beam-${RELEASE}-source-release.zip"
# Check whether there is an existing dist dir
if (svn ls "${SOURCE_RELEASE_ZIP}"); then
echo "Removing existing ${SOURCE_RELEASE_ZIP}."
Expand Down

0 comments on commit 3457081

Please sign in to comment.