File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -249,9 +249,9 @@ cleanup-integration-test: $(KIND)
249249 $(KIND ) delete cluster -n test-kind-cluster || true
250250 @echo " ### Removing docker containers and images"
251251 $(eval CONTAINERS := $(shell $(OCI_BIN ) ps --format '{{.Names}}' | grep 'integration-') )
252- $(if $(strip $(CONTAINERS ) ) ,$(OCI_BIN ) rm -f $$ CONTAINERS,@echo "No integration test containers to remove")
252+ $(if $(strip $(CONTAINERS ) ) ,$(OCI_BIN ) rm -f $( CONTAINERS ) ,@echo "No integration test containers to remove")
253253 $(eval IMAGES := $(shell $(OCI_BIN ) images --format '{{.Repository}}:{{.Tag}}' | grep 'hatest-') )
254- $(if $(strip $(CONTAINERS ) ) ,$(OCI_BIN ) rmi -f $$ IMAGES,@echo "No integration test images to remove")
254+ $(if $(strip $(IMAGES ) ) ,$(OCI_BIN ) rmi -f $( IMAGES ) ,@echo "No integration test images to remove")
255255
256256.PHONY : run-integration-test
257257run-integration-test :
You can’t perform that action at this time.
0 commit comments