Skip to content

Commit

Permalink
Fix script location in build_release_candidate.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kennknowles committed Apr 13, 2021
1 parent 6e834e3 commit e0d6fe7
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 @@ -36,7 +36,7 @@ else
exit 1
fi

SCRIPT_DIR=$(dirname $0)
SCRIPT_DIR="${PWD}/$(dirname $0)"
LOCAL_CLONE_DIR=build_release_candidate
LOCAL_JAVA_STAGING_DIR=java_staging_dir
LOCAL_PYTHON_STAGING_DIR=python_staging_dir
Expand Down

0 comments on commit e0d6fe7

Please sign in to comment.