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 416e6f6 commit 00ff0a2Copy full SHA for 00ff0a2
.github/actions/smoke-test/test.sh
@@ -13,4 +13,4 @@ echo "(*) Docker image details..."
13
docker images
14
15
# Clean up
16
-# docker rm -f $(docker container ls -f "label=${id_label}" -q)
+docker rm -f $(docker container ls -f "label=${id_label}" -q)
0 commit comments