From 9f05aec6bb796d2ccde86d5a029d3553a4772efa Mon Sep 17 00:00:00 2001 From: Federico Capoano Date: Wed, 6 Aug 2025 20:15:34 -0300 Subject: [PATCH] [ci] Revert "Temporarily disable auto_install_edge" This reverts commit ff3105e094d0a6c706ae37f4a55f2faa7a884d63. --- .github/workflows/ci.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82e19ed6..848acaaf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,10 +37,9 @@ jobs: - name: Use the auto-install script to start containers with edge images id: auto_install_edge if: ${{ !cancelled() && steps.deps.conclusion == 'success' }} - run: echo "first auto-install.sh run temporarily disabled" - # run: | - # printf "edge\n./.env\n" | sudo -E ./deploy/auto-install.sh \ - # || (docker compose --file /opt/openwisp/docker-openwisp/docker-compose.yml logs && exit 1) + run: | + printf "edge\n./.env\n" | sudo -E ./deploy/auto-install.sh \ + || (docker compose --file /opt/openwisp/docker-openwisp/docker-compose.yml logs && exit 1) - name: Build Images id: build_images