Skip to content

Commit

Permalink
Merge pull request #1111 from nextcloud-releases/fix/verbose-upgrade
Browse files Browse the repository at this point in the history
fix: be verbose when running occ upgrade
  • Loading branch information
blizzz authored Sep 2, 2024
2 parents 0e28ef4 + 127dd57 commit aa8bf6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
- name: Perform upgrade
run: |
cd nextcloud
php occ upgrade
php occ upgrade -v
- name: Integrity check
run: |
Expand Down

0 comments on commit aa8bf6a

Please sign in to comment.