print the commit that the interop docker image was build with

This commit is contained in:
Marten Seemann
2020-04-09 12:11:30 +07:00
parent 10137b0c9b
commit 16d84df4ec
2 changed files with 4 additions and 1 deletions

View File

@@ -4,6 +4,8 @@ set -e
# Set up the routing needed for the simulation.
/setup.sh
echo "Using commit:" `cat commit.txt`
if [ "$ROLE" == "client" ]; then
# Wait for the simulator to start up.
/wait-for-it.sh sim:57832 -s -t 10