Skip to content

Commit e7168a4

Browse files
committed
Revert "[ci] Temporarily disable auto_install_edge"
This reverts commit ff3105e.
1 parent ff3105e commit e7168a4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,9 @@ jobs:
3737
- name: Use the auto-install script to start containers with edge images
3838
id: auto_install_edge
3939
if: ${{ !cancelled() && steps.deps.conclusion == 'success' }}
40-
run: echo "first auto-install.sh run temporarily disabled"
41-
# run: |
42-
# printf "edge\n./.env\n" | sudo -E ./deploy/auto-install.sh \
43-
# || (docker compose --file /opt/openwisp/docker-openwisp/docker-compose.yml logs && exit 1)
40+
run: |
41+
printf "edge\n./.env\n" | sudo -E ./deploy/auto-install.sh \
42+
|| (docker compose --file /opt/openwisp/docker-openwisp/docker-compose.yml logs && exit 1)
4443
4544
- name: Build Images
4645
id: build_images

0 commit comments

Comments
 (0)