From 784468852739338237226936dc816d10862110bf Mon Sep 17 00:00:00 2001 From: Rene Mewissen Date: Thu, 2 Feb 2023 18:10:07 +0100 Subject: [PATCH] temporary removed validate --- roles/drone/tasks/create_app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/drone/tasks/create_app.yml b/roles/drone/tasks/create_app.yml index 51b8d75..ffb9997 100644 --- a/roles/drone/tasks/create_app.yml +++ b/roles/drone/tasks/create_app.yml @@ -11,7 +11,7 @@ template: src: "docker-compose.yml.j2" dest: "/opt/docker/drone/docker-compose.yml" - validate: "docker-compose -f %s config" # not required. The validation command to run before copying into place. The path to the file to validate is passed in via '%s' which must be present as in the examples below. The command is passed securely so shell features like expansion and pipes will not work. + # validate: "docker-compose -f %s config" # not required. The validation command to run before copying into place. The path to the file to validate is passed in via '%s' which must be present as in the examples below. The command is passed securely so shell features like expansion and pipes will not work. - name: drone | create app | start docker container command: