Skip to content

Commit

Permalink
svn add --force everywhere to be OK with prior attempts
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Feb 6, 2019
1 parent 102beb7 commit 95a6af7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions release/src/main/scripts/build_release_candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ if [[ $confirmation = "y" ]]; then
sha512sum ${SOURCE_RELEASE_ZIP} > ${SOURCE_RELEASE_ZIP}.sha512

# The svn commit is interactive already and can be aborted by deleted the commit msg
svn add .
svn add --force .
svn commit --no-auth-cache
rm -rf ~/${LOCAL_JAVA_STAGING_DIR}
fi
Expand Down Expand Up @@ -177,7 +177,7 @@ if [[ $confirmation = "y" ]]; then
sha512sum apache-beam-${RELEASE}.zip > apache-beam-${RELEASE}.zip.sha512

cd ..
svn add ${PYTHON_ARTIFACTS_DIR}
svn add --force ${PYTHON_ARTIFACTS_DIR}
svn status
echo "Please confirm these changes are ready to commit: [y|N] "
read confirmation
Expand Down

0 comments on commit 95a6af7

Please sign in to comment.