with logs

This commit is contained in:
Kasper Juul Hermansen 2022-08-11 01:10:26 +02:00
parent 7ec2518450
commit f19a708ce8
Signed by: kjuulh
GPG Key ID: 0F95C140730F2F23

View File

@ -12,6 +12,6 @@ tag="$REGISTRY/$NAME:$COMMIT_SHA"
container_id=$(docker run --rm -d "$tag") container_id=$(docker run --rm -d "$tag")
sleep 5s sleep 5s || docker logs "$container_id"
docker stop "$container_id" docker stop "$container_id"