summaryrefslogtreecommitdiffstats
path: root/ansible_collections/sensu/sensu_go/docker/build-all.sh
blob: dae03194cf906eea5f9382439a0f03290697ff83 (plain)
1
2
3
4
5
6
7
8
#!/bin/bash -eu

set -o pipefail

for f in *.docker
do
  ./build.sh "$f"
done