mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
fix dependency updates
Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
parent
bd4b3d69d6
commit
cbec4df965
1 changed files with 1 additions and 1 deletions
2
.github/workflows/dependency-updates.yml
vendored
2
.github/workflows/dependency-updates.yml
vendored
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
cd ./php
|
cd ./php
|
||||||
composer update
|
composer update
|
||||||
set +e
|
set +e
|
||||||
ALL_LINES="$(composer outdated | grep -v "psr/container")"
|
ALL_LINES="$(composer outdated | grep -v "psr/container\|^$\|Direct dependencies:\|Everything up to date\|Transitive dependencies:")"
|
||||||
set -e
|
set -e
|
||||||
while [ -n "$ALL_LINES" ]; do
|
while [ -n "$ALL_LINES" ]; do
|
||||||
CURRENT_LINE="$(echo "$ALL_LINES" | head -1)"
|
CURRENT_LINE="$(echo "$ALL_LINES" | head -1)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue