with logs
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user