mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-12-22 17:01:17 +00:00
Fix: Do not validate config in packer builds: Files may be missing
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
dc36d6ee33
commit
f0ea56eb01
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
command: docker-compose config -q
|
||||
args:
|
||||
chdir: /etc/docker-compose
|
||||
when: compose_file.changed and docker_compose_validate
|
||||
when: compose_file.changed and docker_compose_validate and packer_build_name is not defined
|
||||
|
||||
# Install and start services
|
||||
|
||||
|
|
Loading…
Reference in a new issue