Skip to content

Commit

Permalink
build: Use CC_DOCKER_TAG as a temporary fix for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cdamian committed Dec 11, 2023
1 parent b6c8dc1 commit e8556ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/scripts/run_centrifuge_chain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit e8556ae

Please sign in to comment.