aptly_api: fix expansion of GPG_PASSPHRASE when publishing repo
This commit is contained in:
parent
7502d684d8
commit
a9befe63d2
@ -89,7 +89,7 @@ aptly_publish_repo() {
|
|||||||
--max-time 300 \
|
--max-time 300 \
|
||||||
--header 'Content-Type: application/json' \
|
--header 'Content-Type: application/json' \
|
||||||
--request PUT \
|
--request PUT \
|
||||||
--data '{"Signing": {"Passphrase": "${GPG_PASSPHRASE}"}}' \
|
--data "{'Signing': {'Passphrase': '${GPG_PASSPHRASE}'}}" \
|
||||||
${REPOSITORY_URL}/publish/${REPOSITORY_NAME}/${REPOSITORY_DISTRIBUTION} || true
|
${REPOSITORY_URL}/publish/${REPOSITORY_NAME}/${REPOSITORY_DISTRIBUTION} || true
|
||||||
)
|
)
|
||||||
http_status_code=$(echo "$curl_response" | cut -d'|' -f2 | grep -oP '\d{3}$')
|
http_status_code=$(echo "$curl_response" | cut -d'|' -f2 | grep -oP '\d{3}$')
|
||||||
|
Loading…
Reference in New Issue
Block a user