mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Remove duplicate closing brace
This commit is contained in:
parent
867facb6e4
commit
608d648d4d
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ function publish_to_maven() {
|
|||
repo_request="<promoteRequest><data><stagedRepositoryId>${staged_repo_id}</stagedRepositoryId><description>Apache Zeppelin ${RELEASE_VERSION}</description></data></promoteRequest>"
|
||||
out="$(curl -X POST -d "${repo_request}" -u "${ASF_USERID}:${ASF_PASSWORD}" \
|
||||
-H 'Content-Type:application/xml' -v \
|
||||
"${NEXUS_STAGING}}/profiles/${NEXUS_PROFILE}/finish")"
|
||||
"${NEXUS_STAGING}/profiles/${NEXUS_PROFILE}/finish")"
|
||||
close_ret=$?
|
||||
curl_error $close_ret
|
||||
echo "Closed Nexus staging repository: ${staged_repo_id}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue