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:
Knut Ahlers 2019-10-04 17:34:55 +02:00
parent dc36d6ee33
commit f0ea56eb01
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -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