From e8556ae5618bf05a069e9388daee5b9bf517a3f8 Mon Sep 17 00:00:00 2001 From: cdamian <17934949+cdamian@users.noreply.github.com> Date: Mon, 11 Dec 2023 11:55:13 +0100 Subject: [PATCH] build: Use CC_DOCKER_TAG as a temporary fix for tests --- build/scripts/run_centrifuge_chain.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build/scripts/run_centrifuge_chain.sh b/build/scripts/run_centrifuge_chain.sh index 352e48e02..ccf4302ee 100755 --- a/build/scripts/run_centrifuge_chain.sh +++ b/build/scripts/run_centrifuge_chain.sh @@ -3,7 +3,6 @@ # Multiple coroutines might execute this script concurrently, the following acts as a lock. [ "${FLOCKER}" != "$0" ] && exec env FLOCKER="$0" flock -e "$0" "$0" "$@" - CENT_CHAIN_DOCKER_START_TIMEOUT=${CENT_CHAIN_DOCKER_START_TIMEOUT:-600} CENT_CHAIN_DOCKER_START_INTERVAL=${CENT_CHAIN_DOCKER_START_INTERVAL:-2} @@ -76,6 +75,8 @@ networks: EOT fi +# Temporary fix until https://github.com/centrifuge/centrifuge-chain/pull/1644 is done. +CC_DOCKER_TAG=main-ccbc3a1-23-12-07 \ PARA_CHAIN_SPEC=development-local \ docker-compose -f /tmp/centrifuge-pod/deps/docker-compose-local-chain.yml up -d cc_alice