Fix hosts.

This commit is contained in:
Jacob Hoffman-Andrews 2018-05-08 18:51:24 -07:00
parent 17c7d5c56b
commit ceb201b9c7

View file

@ -24,8 +24,7 @@ if [ "$BOULDER_INTEGRATION" = "v2" ]; then
fi
docker-compose up -d
echo 10.77.77.77 boulder | sudo tee -a /etc/hosts
cat /etc/hosts
printf "\n10.77.77.77 boulder" | sudo tee -a /etc/hosts
set +x # reduce verbosity while waiting for boulder
for n in `seq 1 60` ; do
@ -35,7 +34,4 @@ for n in `seq 1 60` ; do
echo waiting for boulder
sleep 1
fi
if [[ $n = 60 ]]; then
docker-compose logs boulder
fi
done