Skip to content

Commit

Permalink
Try compser with --no-interaction
Browse files Browse the repository at this point in the history
(and revert timeout to 15, 30 didn't change anything, it still appears
to hang on phpBB's composer task)
  • Loading branch information
notartom committed Dec 17, 2023
1 parent c1b2c79 commit 1fb5c30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-localdev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
jobs:
deploy-localdev:
runs-on: 'ubuntu-22.04'
timeout-minutes: 30
timeout-minutes: 15
steps:

- name: Checkout
Expand Down
2 changes: 1 addition & 1 deletion roles/forum/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
force: yes

- name: phpBB dependencies
command: php ../composer.phar install --no-dev
command: php ../composer.phar install --no-dev --no-interaction
args:
chdir: /librivox/www/forum.librivox.org/phpBB

Expand Down

0 comments on commit 1fb5c30

Please sign in to comment.