From 6815ce59fed96d24b95f7a9334bbae2b9a611626 Mon Sep 17 00:00:00 2001 From: ddorgan <david@parity.io> Date: Wed, 31 Jul 2019 17:49:04 +0100 Subject: [PATCH] Fix artifact location required for flaming fir deployments (#3268) --- substrate/scripts/flamingfir-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/scripts/flamingfir-deploy.sh b/substrate/scripts/flamingfir-deploy.sh index 13be56dfbd2..596bb04ece0 100755 --- a/substrate/scripts/flamingfir-deploy.sh +++ b/substrate/scripts/flamingfir-deploy.sh @@ -4,7 +4,7 @@ RETRY_COUNT=10 RETRY_ATTEMPT=0 SLEEP_TIME=15 TARGET_HOST="$1" -COMMIT=$(cat artifacts/VERSION) +COMMIT=$(cat artifacts/substrate/VERSION) DOWNLOAD_URL="https://releases.parity.io/substrate/x86_64-debian:stretch/${COMMIT}/substrate" POST_DATA='{"extra_vars":{"artifact_path":"'${DOWNLOAD_URL}'","target_host":"'${TARGET_HOST}'"}}' -- GitLab