starlark
continuous-integration/drone/push Build encountered an error Details

master
dohodin 2 years ago
parent 0944f82a81
commit d45282751b

@ -151,7 +151,7 @@ def main(ctx):
pipeline["steps"].append(generate_swashbuckle)
pipeline["steps"].append(deploy_swagger)
pipeline["steps"].append(docker_build_and_push)
pipeline["steps"].append(deploy_container)
pipeline["steps"].append(deploy_app)
pipeline["steps"].append(deploy_container_mariadb)
if "[database]" in ctx.build.message:
@ -173,7 +173,7 @@ def main(ctx):
pipeline["steps"].append(generate_swashbuckle)
pipeline["steps"].append(deploy_swagger)
pipeline["steps"].append(docker_build_and_push)
pipeline["steps"].append(deploy_container)
pipeline["steps"].append(deploy_app)
pipeline["steps"].append(deploy_container_mariadb)

Loading…
Cancel
Save