mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-18 03:18:52 -06:00
revert temporary changes
This commit is contained in:
16
.drone.star
16
.drone.star
@@ -1667,14 +1667,13 @@ def skipIfUnchanged(ctx, type):
|
||||
|
||||
def example_deploys(ctx):
|
||||
latest_configs = [
|
||||
# TODO: reenable
|
||||
#"ocis_ldap/latest.yml",
|
||||
#"ocis_keycloak/latest.yml",
|
||||
#"ocis_traefik/latest.yml",
|
||||
#"ocis_wopi/latest.yml",
|
||||
#"ocis_hello/latest.yml",
|
||||
#"ocis_s3/latest.yml",
|
||||
#"oc10_ocis_parallel/latest.yml",
|
||||
"ocis_ldap/latest.yml",
|
||||
"ocis_keycloak/latest.yml",
|
||||
"ocis_traefik/latest.yml",
|
||||
"ocis_wopi/latest.yml",
|
||||
"ocis_hello/latest.yml",
|
||||
"ocis_s3/latest.yml",
|
||||
"oc10_ocis_parallel/latest.yml",
|
||||
"ocis_individual_services/latest.yml",
|
||||
]
|
||||
released_configs = [
|
||||
@@ -1748,7 +1747,6 @@ def deploy(ctx, config, rebuild):
|
||||
"trigger": {
|
||||
"ref": [
|
||||
"refs/heads/master",
|
||||
"refs/heads/invidivial-services-deployment-example", #TODO: remove
|
||||
"refs/tags/v*",
|
||||
],
|
||||
},
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
docker_compose_projects:
|
||||
- name: ocis
|
||||
git_url: https://github.com/owncloud/ocis.git
|
||||
ref: invidivial-services-deployment-example
|
||||
ref: master
|
||||
docker_compose_path: deployments/examples/ocis_individual_services
|
||||
env:
|
||||
INSECURE: "false"
|
||||
@@ -39,7 +39,7 @@
|
||||
COMPOSE_FILE: docker-compose.yml:monitoring_tracing/docker-compose-additions.yml
|
||||
- name: monitoring
|
||||
git_url: https://github.com/owncloud-devops/monitoring-tracing-client.git
|
||||
ref: support-scaleout-deployment # TODO: master
|
||||
ref: master
|
||||
env:
|
||||
NETWORK_NAME: ocis-net
|
||||
TELEMETRY_SERVE_DOMAIN: telemetry.ocis-individual-services.latest.owncloud.works
|
||||
|
||||
Reference in New Issue
Block a user