From 1d364404e7833d9ddef2d369883416269988459d Mon Sep 17 00:00:00 2001 From: ddorgan <david@parity.io> Date: Thu, 18 Jun 2020 10:48:34 +0100 Subject: [PATCH] Update s3 artifact url (#6399) --- substrate/.maintain/flamingfir-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/.maintain/flamingfir-deploy.sh b/substrate/.maintain/flamingfir-deploy.sh index 596bb04ece0..8f0fb3a2bc0 100755 --- a/substrate/.maintain/flamingfir-deploy.sh +++ b/substrate/.maintain/flamingfir-deploy.sh @@ -5,7 +5,7 @@ RETRY_ATTEMPT=0 SLEEP_TIME=15 TARGET_HOST="$1" COMMIT=$(cat artifacts/substrate/VERSION) -DOWNLOAD_URL="https://releases.parity.io/substrate/x86_64-debian:stretch/${COMMIT}/substrate" +DOWNLOAD_URL="https://releases.parity.io/substrate/x86_64-debian:stretch/${COMMIT}/substrate/substrate" POST_DATA='{"extra_vars":{"artifact_path":"'${DOWNLOAD_URL}'","target_host":"'${TARGET_HOST}'"}}' 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) -- GitLab