validation reenabled
This commit is contained in:
@@ -11,7 +11,8 @@
|
|||||||
template:
|
template:
|
||||||
src: "docker-compose.yml.j2"
|
src: "docker-compose.yml.j2"
|
||||||
dest: "/opt/docker/drone/docker-compose.yml"
|
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.
|
force: no
|
||||||
|
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
|
- name: drone | create app | start docker container
|
||||||
command:
|
command:
|
||||||
|
|||||||
Reference in New Issue
Block a user