Merge pull request #20537 from nextcloud/external-tests-allow-local-access

allow local remote access in external storage ci
This commit is contained in:
Robin Appelman 2020-04-17 21:07:07 +00:00 committed by GitHub
commit 51c9fd4ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -150,6 +150,8 @@ EOF
echo "Installing ...."
./occ maintenance:install -vvv --database=$1 --database-name=$DATABASENAME --database-host=localhost --database-user=$DATABASEUSER --database-pass=owncloud --database-table-prefix=oc_ --admin-user=$ADMINLOGIN --admin-pass=admin --data-dir=$DATADIR
./occ config:system:set --value true --type boolean allow_local_remote_servers
#test execution
echo "Testing with $1 ..."