mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-09 20:11:09 +00:00
Fix artifact location required for flaming fir deployments (#3268)
This commit is contained in:
@@ -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}'"}}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user