Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[full-ci][tests-only] pin owncloud 10 to 10.10.0 for tests #7020

Merged
merged 2 commits into from
May 23, 2022
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
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
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