Skip to content

Commit

Permalink
fix: be verbose when running occ upgrade
Browse files Browse the repository at this point in the history
Signed-off-by: Arthur Schiwon <[email protected]>
  • Loading branch information
blizzz committed Sep 2, 2024
1 parent 0e28ef4 commit 127dd57
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 127dd57

Please sign in to comment.