with logs
This commit is contained in:
parent
7ec2518450
commit
f19a708ce8
@ -12,6 +12,6 @@ tag="$REGISTRY/$NAME:$COMMIT_SHA"
|
||||
|
||||
container_id=$(docker run --rm -d "$tag")
|
||||
|
||||
sleep 5s
|
||||
sleep 5s || docker logs "$container_id"
|
||||
|
||||
docker stop "$container_id"
|
||||
|
Loading…
Reference in New Issue
Block a user