Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test-node.bash
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ if $build_utils; then

if [ "$ci" == true ]; then
# workaround to cache docker layers and keep using docker-compose in CI
docker buildx bake --file docker-compose.yaml --file docker-compose-ci-cache.json $LOCAL_BUILD_NODES
docker buildx bake --allow=fs=/tmp/ --file docker-compose.yaml --file docker-compose-ci-cache.json $LOCAL_BUILD_NODES
else
UTILS_NOCACHE=""
if $force_build_utils; then
Expand Down Expand Up @@ -594,6 +594,7 @@ if $force_init; then

echo == Funding l3 funnel and dev key
docker compose up --wait l3node sequencer


if $l3_token_bridge; then
echo == Deploying L2-L3 token bridge
Expand Down