Skip to content
Merged
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
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down