From 9e0892cb6bb2d3c795126ce11a85a4be2f01fe8b Mon Sep 17 00:00:00 2001 From: David Boreham Date: Thu, 22 Feb 2024 13:36:00 -0700 Subject: [PATCH] No need to start docker now --- .gitea/workflows/fixturenet-eth-plugeth-arm-test.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitea/workflows/fixturenet-eth-plugeth-arm-test.yml b/.gitea/workflows/fixturenet-eth-plugeth-arm-test.yml index 5540eebc..92ddd5dc 100644 --- a/.gitea/workflows/fixturenet-eth-plugeth-arm-test.yml +++ b/.gitea/workflows/fixturenet-eth-plugeth-arm-test.yml @@ -41,9 +41,5 @@ jobs: run: ./scripts/create_build_tag_file.sh - name: "Build local shiv package" run: ./scripts/build_shiv_package.sh - - name: Start dockerd # Also needed until we can incorporate into the executor - run: | - dockerd -H $DOCKER_HOST --userland-proxy=false & - sleep 5 - name: "Run fixturenet-eth tests" run: ./tests/fixturenet-eth-plugeth/run-test.sh