diff --git a/build.sh b/build.sh index fa0d160..0907087 100755 --- a/build.sh +++ b/build.sh @@ -111,7 +111,7 @@ docker inspect "$BUILD_IMAGE" docker history "$BUILD_IMAGE" # Test the image -docker run -t --rm --entrypoint /bin/sh "$BUILD_IMAGE" -c 'printenv && ls -al && exec steamcmd.sh +login anonymous +quit' +time docker run -t --rm --entrypoint /bin/sh "$BUILD_IMAGE" -c 'printenv && ls -al && exec steamcmd.sh +login anonymous +quit' # Push the image if [ -n "$RELEASE_TAG_REF" ]; then