Update build.sh

This commit is contained in:
Harald Leithner 2021-07-19 15:03:36 +02:00 committed by GitHub
parent c366d57d0d
commit df177b5a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ composer install --no-interaction --no-progress
mkdir -p /tests/www
cp -r ./* /tests/www
mkdir _output
chmod +rwx _output
ln -s _output /tests/www/tests/_output
cd /tests/www