Skip to content

Commit e99fdf2

Browse files
committed
Builder: Fix offenbach install call
- Fix regression introduced in 205e3cb - Manually remove composer deprecation warnings
1 parent f352704 commit e99fdf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ then
2424
fi
2525

2626
# Ensure dependencies are up-to-date
27-
php -d error_reporting=1 offenbach install --no-dev --no-interaction --optimize-autoloader
27+
offenbach install --no-dev --no-interaction --optimize-autoloader | awk '!/Deprec/' | tr -d "\r"
2828

2929
# Update version in main application bootstrap file
3030
sed -i "s/\$VERSION *=.*/\$VERSION = '$version';/" $main

0 commit comments

Comments
 (0)