midl-dev / tezos-on-gke

A secure, turn-key public Tezos baking service on Kubernetes
Apache License 2.0
32 stars 15 forks source link

fix container builds with cd #18

Closed nicolasochem closed 4 years ago

nicolasochem commented 4 years ago

previous change caused find command to get confused because of changing directories

This uses find -exec which is more reliable.