Skip to content

Commit

Permalink
fix shell check
Browse files Browse the repository at this point in the history
  • Loading branch information
Apache9 committed Oct 31, 2022
1 parent 4b866c4 commit f4820e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/create-release/release-util.sh
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ function maven_deploy { #inputs: <snapshot|release> <log_file_path>
local hadoop3_version
if should_build_with_hadoop3 pom.xml; then
hadoop3_version="$(get_hadoop3_version "${RELEASE_VERSION}")"
hadoop3_staging_dir="${stagind_dir}-hadoop3"
hadoop3_staging_dir="${staging_dir}-hadoop3"
log "Deploying artifacts for hadoop3..."
log "${MVN[@]}" clean deploy -DskipTests -Dcheckstyle.skip=true \
-Drevision="${hadoop3_version}" -Dhadoop.profile=3.0 \
Expand Down

0 comments on commit f4820e8

Please sign in to comment.