Skip to content

Commit

Permalink
Merge pull request #7020 from owncloud/runTestWithOc10.10
Browse files Browse the repository at this point in the history
[full-ci][tests-only] pin owncloud 10 to 10.10.0 for tests
  • Loading branch information
phil-davis authored May 23, 2022
2 parents 89df977 + 6e24f0b commit 0c45e0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ SONARSOURCE_SONAR_SCANNER_CLI = "sonarsource/sonar-scanner-cli:latest"
THEGEEKLAB_DRONE_GITHUB_COMMENT = "thegeeklab/drone-github-comment:1"
TOOLHIPPIE_CALENS = "toolhippie/calens:latest"

OC10_VERSION = "10.9.1"
OC10_VERSION = "10.10.0"

dir = {
"base": "/var/www/owncloud",
Expand Down
1 change: 1 addition & 0 deletions tests/drone/setup-server-and-app.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ else
fi
php occ app:list
php occ config:system:set trusted_domains 1 --value=owncloud
php occ config:system:set dav.propfind.depth_infinity --value=true
php occ log:manage --level $2
php occ config:list
if [ "$3" == "builtInWeb" ]
Expand Down

0 comments on commit 0c45e0e

Please sign in to comment.