Skip to content

Commit

Permalink
Use canonical ssh access to beam-site repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Feb 6, 2019
1 parent 95a6af7 commit 30d57ec
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 @@ -51,11 +51,11 @@ read RELEASE
RELEASE_BRANCH=release-${RELEASE}
echo "Which release candidate number(e.g. 1) are you going to create: "
read RC_NUM
echo "Please enter your repo URL forked from apache/beam-site"
read USER_REMOTE_URL
echo "Please enter your github username(ID): "
read USER_GITHUB_ID

USER_REMOTE_URL=git@github.com:${USER_GITHUB_ID}/beam-site

echo "================Checking Environment Variables=============="
echo "beam repo will be cloned into: ${LOCAL_CLONE_DIR}"
echo "working on release version: ${RELEASE}"
Expand Down

0 comments on commit 30d57ec

Please sign in to comment.