arpadboda commented on a change in pull request #697: MINIFICPP-1104 - SSL
docker tests for PublishKafka
URL: https://github.com/apache/nifi-minifi-cpp/pull/697#discussion_r358221369
##########
File path: docker/test/integration/minifi/__init__.py
##########
@@ -294,7 +314,7 @@ def __exit__(self, exc_type, exc_val, exc_tb):
container.remove(v=True, force=True)
# Clean up images
- for image in self.images:
+ for image in reversed(self.images):
Review comment:
What's the goal of this change?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services