Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@individual-it can we switch this back to the formerly used "latest" string (so we get a "free" upgrade and compatibility check and don't forget after the next OC10 release)?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure: #7031


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