added code to remove temporary files

This commit is contained in:
Vinay Aggarwal
2021-07-13 22:10:16 -07:00
parent 8af5c41f12
commit f3d0a3ab8a

View File

@@ -61,7 +61,7 @@ EOF
#clearnup
docker stop test-new-image
docker rm test-new-image
rm installer-info.json
rm installer-info.json entrypoint-artifactory.sh original-entrypoint.sh
if [ "$SUCCESS" = true ] ; then