mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
build(autoloader): Remove noisy changes when regenerating
Signed-off-by: provokateurin <kate@provokateurin.de>
This commit is contained in:
parent
4100f583f0
commit
0528eaa71b
1 changed files with 1 additions and 0 deletions
|
|
@ -45,6 +45,7 @@ for app in ${REPODIR}/apps/*; do
|
|||
echo "Regenerating composer files for ${app}"
|
||||
$COMPOSER_COMMAND i --no-dev -d ${app}/composer || exit 1
|
||||
$COMPOSER_COMMAND dump-autoload -d ${app}/composer || exit 1
|
||||
git checkout ${app}/composer/composer/installed.php
|
||||
fi
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue