Add echo after install step.

This commit is contained in:
Pentarctagon 2020-09-16 14:19:08 -05:00
parent 1dadc397ce
commit adb504b9ae
No known key found for this signature in database
GPG key ID: 9456BC54A21DBFA0

View file

@ -73,3 +73,5 @@ else
docker build -t wesnoth-repo:"$IMAGE"-"$BRANCH" -f utils/dockerbuilds/travis/Dockerfile-travis-"$IMAGE"-"$BRANCH" .
fi
echo "Install step complete!"