We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3105e commit e7168a4Copy full SHA for e7168a4
.github/workflows/ci.yml
@@ -37,10 +37,9 @@ jobs:
37
- name: Use the auto-install script to start containers with edge images
38
id: auto_install_edge
39
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)
+ 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)
44
45
- name: Build Images
46
id: build_images
0 commit comments