Merge pull request #8526 from owncloud/disable-cd

[full-ci] ci: do not deploy from stable branch
This commit is contained in:
Michael Barz authored and GitHub committed 2024-02-26 12:14:49 +01:00
commit 66aaa2ed4e
1 file changed
+2 -15
+2 -15
View File
@@ -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