mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-19 02:40:16 -06:00
Merge pull request #8526 from owncloud/disable-cd
[full-ci] ci: do not deploy from stable branch
This commit is contained in:
17
.drone.star
17
.drone.star
@@ -2146,21 +2146,8 @@ def skipIfUnchanged(ctx, type):
|
||||
}]
|
||||
|
||||
def example_deploys(ctx):
|
||||
on_merge_deploy = [
|
||||
"ocis_ldap/latest.yml",
|
||||
"ocis_keycloak/latest.yml",
|
||||
"ocis_traefik/latest.yml",
|
||||
"ocis_wopi/latest.yml",
|
||||
"ocis_s3/latest.yml",
|
||||
]
|
||||
nightly_deploy = [
|
||||
"ocis_ldap/released.yml",
|
||||
"ocis_keycloak/released.yml",
|
||||
"ocis_traefik/released.yml",
|
||||
"ocis_wopi/released.yml",
|
||||
"ocis_traefik/daily.yml",
|
||||
"ocis_wopi/daily.yml",
|
||||
]
|
||||
on_merge_deploy = []
|
||||
nightly_deploy = []
|
||||
|
||||
# if on master branch:
|
||||
configs = on_merge_deploy
|
||||
|
||||
Reference in New Issue
Block a user