Skip to content

Commit

Permalink
Run release scripts from PWD not cloned repo
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Apr 13, 2021
1 parent 15e1121 commit 74ebcf0
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 @@ -187,7 +187,7 @@ if [[ $confirmation = "y" ]]; then
SVN_ARTIFACTS_DIR="beam/${RELEASE}/${PYTHON_ARTIFACTS_DIR}"
svn co https://dist.apache.org/repos/dist/dev/beam
mkdir -p "${SVN_ARTIFACTS_DIR}"
python release/src/main/scripts/download_github_actions_artifacts.py \
python "${SCRIPT_DIR}/download_github_actions_artifacts.py" \
--github-user "${USER_GITHUB_ID}" \
--repo-url "${GIT_REPO_BASE_URL}" \
--rc-tag "${RC_TAG}" \
Expand Down

0 comments on commit 74ebcf0

Please sign in to comment.