fix: dc error
This commit is contained in:
parent
047f1745f0
commit
133a80a70e
3 changed files with 10 additions and 2 deletions
8
tools/repo/check-docker-compose.sh
Normal file
8
tools/repo/check-docker-compose.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
for s in servers/*; do
|
||||
echo "checking $s..."
|
||||
HOSTNAME=$(echo $s | sed 's/servers\///') bash tools/server-docker-compose.sh config -q
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue