We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99ebb9e commit 5bacf12Copy full SHA for 5bacf12
test/test-lib-nodejs.sh
@@ -692,7 +692,11 @@ function test_latest_imagestreams() {
692
function cleanup() {
693
info "Cleaning up the test application image ${IMAGE_NAME}-testapp"
694
if image_exists ${IMAGE_NAME}-testapp; then
695
+ echo "Image ${IMAGE_NAME}-testapp already exists, now cleaning up..."
696
+ docker images
697
+ docker ps -a
698
docker rmi -f ${IMAGE_NAME}-testapp
699
+ echo "Docker removed the image properly"
700
fi
701
}
702
0 commit comments