Commit b8d39baa authored by Mohammed Ismail's avatar Mohammed Ismail

syntax issue

parent 31dcd55a
......@@ -235,7 +235,7 @@ class Containerize():
status = True
# Let's remove any previous run artifacts if still there
mySSH.command(self.cli + ' image prune --force', '\$', 5)
mySSH.command(self.cli' image rm '+ sharedimage + ':' + imageTag, '\$', 5)
mySSH.command(self.cli + ' image rm ' + sharedimage + ':' + imageTag, '\$', 5)
for image,pattern in imageNames:
mySSH.command(self.cli + ' image rm ' + image + ':' + imageTag, '\$', 5)
# Build the shared image
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment