-
Notifications
You must be signed in to change notification settings - Fork 665
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] ci: bump ocis version to 7 #11955
base: 5
Are you sure you want to change the base?
Conversation
54dd82c
to
9d6940c
Compare
43852fc
to
0d625d5
Compare
0d625d5
to
e0cd16e
Compare
.drone.star
Outdated
@@ -93,7 +93,7 @@ config = { | |||
"skip": False, | |||
}, | |||
"ocis": { | |||
"version": "5.0.0", | |||
"version": "6.6.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think, it's better to use the production version. So, I will wait till we get the production version tag
"version": "6.6.0", | |
"version": "7.0.0", |
@@ -17,7 +17,7 @@ OC_CI_DRONE_SKIP_PIPELINE = "owncloudci/drone-skip-pipeline" | |||
OC_CI_NODEJS = "owncloudci/nodejs:16" | |||
OC_CI_PHP = "owncloudci/php:%s" | |||
OC_CI_WAIT_FOR = "owncloudci/wait-for:latest" | |||
OC_OCIS = "owncloud/ocis:%s" | |||
OC_OCIS = "owncloud/ocis-rolling:%s" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OC_OCIS = "owncloud/ocis-rolling:%s" | |
OC_OCIS = "owncloud/ocis:%s" |
Quality Gate passedIssues Measures |
Part of owncloud/ocis#10373