Skip to content
Snippets Groups Projects
Commit 6815ce59 authored by ddorgan's avatar ddorgan Committed by GitHub
Browse files

Fix artifact location required for flaming fir deployments (#3268)

parent 31da4d24
No related merge requests found
......@@ -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}'"}}'
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment