Skip to content

Commit

Permalink
ci: bump ocis verion to 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saw-jan committed Dec 17, 2024
1 parent f524264 commit 6166a8b
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:18"
OC_CI_PHP = "owncloudci/php:%s"
OC_CI_WAIT_FOR = "owncloudci/wait-for:latest"
OC_OCIS = "owncloud/ocis-rolling:%s"
OC_OCIS = "owncloud/ocis:%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": "latest",
"version": "7.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 6166a8b

Please sign in to comment.