Skip to content
Snippets Groups Projects
Commit 52d217d7 authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #22623 from owncloud/docker-logs-on-swift-external

Print docker logs to the console fro debugging
parents 8a5cd096 ac9de4ee
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@ fi;
# stopping and removing docker containers
for container in `cat $thisFolder/dockerContainerCeph.$EXECUTOR_NUMBER.swift`; do
docker logs $container
echo "Stopping and removing docker container $container"
# kills running container and removes it
docker rm -f $container
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment