[validation] docker: Fix manifest push wildcard 02/902/1
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 30 May 2019 13:34:28 +0000 (16:34 +0300)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 30 May 2019 13:36:48 +0000 (16:36 +0300)
commit642a1f464be38d7c4ca03c5c6239183ec9f19901
treef4e20753c50fb4cecd999f978c80f02fd97929e5
parent2fe3188c990b60e5eb25bc2defd80ae8d9167158
[validation] docker: Fix manifest push wildcard

The `make -C docker/*/. something` is expanded to
`make -C docker/firstsubdir/. docker/secondsubdir/. something`,
which leads to `make` interpreting the second directory as a
target name instead of running in that directory.
Switch to an explicit sh for loop to avoid this.

Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Change-Id: I7ae64f37b27079994c150b7d98af683d89b5c173
jjb/validation/validation-docker.yaml