mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
dependency updates - make all steps visible for better debugging
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
d7b7a013fd
commit
b4c58941ed
1 changed files with 1 additions and 0 deletions
1
.github/workflows/dependency-updates.yml
vendored
1
.github/workflows/dependency-updates.yml
vendored
|
|
@ -15,6 +15,7 @@ jobs:
|
||||||
php-version: '8.0'
|
php-version: '8.0'
|
||||||
- name: Run dependency update script
|
- name: Run dependency update script
|
||||||
run: |
|
run: |
|
||||||
|
set -x
|
||||||
curl -sS https://getcomposer.org/installer | php
|
curl -sS https://getcomposer.org/installer | php
|
||||||
mv composer.phar /usr/local/bin/composer
|
mv composer.phar /usr/local/bin/composer
|
||||||
chmod +x /usr/local/bin/composer
|
chmod +x /usr/local/bin/composer
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue