Skip to content

Commit

Permalink
ci: run tests against ocis 6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Oct 23, 2024
1 parent b7253cd commit 54dd82c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -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"
OC_TEST_MIDDLEWARE = "owncloud/owncloud-test-middleware:1.8.7"
OC_UBUNTU = "owncloud/ubuntu:20.04"

Expand Down Expand Up @@ -93,7 +93,7 @@ config = {
"skip": False,
},
"ocis": {
"version": "5.0.0",
"version": "6.6.0",
# comma separated list of tags to be used for filtering. E.g. "@tag1,@tag2"
"tags": "~@skipOnOCIS",
"skip": False,
Expand Down

0 comments on commit 54dd82c

Please sign in to comment.