HBASE-25376 [create-release] Fix double .asc (#2755)
Signed-off-by: Andrew Purtell <apurtell@apache.org>
This commit is contained in:
parent
c1aa3b24e9
commit
7851438379
@ -685,7 +685,7 @@ function maven_deploy { #inputs: <snapshot|release> <log_file_path>
|
|||||||
maven_set_version "$RELEASE_VERSION"
|
maven_set_version "$RELEASE_VERSION"
|
||||||
# Prepare for signing
|
# Prepare for signing
|
||||||
kick_gpg_agent
|
kick_gpg_agent
|
||||||
declare -a mvn_goals=(clean install)
|
declare -a mvn_goals=(clean)
|
||||||
if ! is_dry_run; then
|
if ! is_dry_run; then
|
||||||
mvn_goals=("${mvn_goals[@]}" deploy)
|
mvn_goals=("${mvn_goals[@]}" deploy)
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user