Skip to content

Commit

Permalink
test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
wkloucek committed Jun 23, 2021
1 parent 3dc5002 commit ba2bf34
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
13 changes: 8 additions & 5 deletions .drone.star
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,9 @@ def main(ctx):

pipelines += checkStarlark()
pipelineSanityChecks(ctx, pipelines)
return pipelines


return example_deploys(ctx)

def testOcisModules(ctx):
pipelines = []
Expand Down Expand Up @@ -1446,10 +1448,10 @@ def build():

def example_deploys(ctx):
latest_configs = [
"cs3_users_ocis/latest.yml",
"ocis_keycloak/latest.yml",
"ocis_traefik/latest.yml",
"ocis_wopi/latest.yml",
#"cs3_users_ocis/latest.yml",
#"ocis_keycloak/latest.yml",
#"ocis_traefik/latest.yml",
#"ocis_wopi/latest.yml",
"ocis_hello/latest.yml",
"ocis_s3/latest.yml",
]
Expand Down Expand Up @@ -1523,6 +1525,7 @@ def deploy(ctx, config, rebuild):
],
"trigger": {
"ref": [
"refs/heads/add_hello_and_s3_deployment_example",
"refs/heads/master",
"refs/tags/v*",
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
docker_compose_projects:
- name: ocis
git_url: https://github.com/owncloud/ocis.git
ref: master
ref: add_hello_and_s3_deployment_example
docker_compose_path: deployments/examples/ocis_s3
env:
INSECURE: "false"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
docker_compose_projects:
- name: ocis
git_url: https://github.com/owncloud/ocis.git
ref: master
ref: add_hello_and_s3_deployment_example
docker_compose_path: deployments/examples/ocis_hello
env:
INSECURE: "false"
Expand Down

0 comments on commit ba2bf34

Please sign in to comment.