Skip to content

Commit

Permalink
[temp] Temp logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pandafy committed Nov 25, 2024
1 parent 8e667c0 commit b55bd9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
(GIT_BRANCH="${GIT_BRANCH}" SKIP_PULL=true sudo -E ./deploy/auto-install.sh --upgrade <<EOF
latest
EOF
) || (cat /opt/openwisp/autoinstall.log && exit 1)
) || (docker compose --file /opt/openwisp/docker-openwisp/docker-compose.yml logs && exit 1)
- name: Test
if: ${{ !cancelled() && steps.auto_install_upgrade.conclusion == 'success' }}
Expand Down

0 comments on commit b55bd9e

Please sign in to comment.