Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 9402334

Browse files
authored
Update s3 artifact url (#6399)
1 parent 0bb3001 commit 9402334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.maintain/flamingfir-deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RETRY_ATTEMPT=0
55
SLEEP_TIME=15
66
TARGET_HOST="$1"
77
COMMIT=$(cat artifacts/substrate/VERSION)
8-
DOWNLOAD_URL="https://releases.parity.io/substrate/x86_64-debian:stretch/${COMMIT}/substrate"
8+
DOWNLOAD_URL="https://releases.parity.io/substrate/x86_64-debian:stretch/${COMMIT}/substrate/substrate"
99
POST_DATA='{"extra_vars":{"artifact_path":"'${DOWNLOAD_URL}'","target_host":"'${TARGET_HOST}'"}}'
1010

1111
JOB_ID=$(wget -O - --header "Authorization: Bearer ${AWX_TOKEN}" --header "Content-type: application/json" --post-data "${POST_DATA}" https://ansible-awx.parity.io/api/v2/job_templates/32/launch/ | jq .job)

0 commit comments

Comments
 (0)