ci: fix output formatting (#5942)

This commit is contained in:
shabbir-genetech 2024-07-31 15:32:56 +05:00 committed by GitHub
parent b4515bd4ad
commit 55a47ff317
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,8 +81,8 @@ endif
info: ## Gather information about the runtime environment
echo "whoami: $$(whoami)"; \
echo "pwd: $$(pwd)"; \
echo "IMAGE:" $(IMAGE) \
echo "SUPER_LINTER_TEST_CONTAINER_URL:" $(SUPER_LINTER_TEST_CONTAINER_URL) \
echo "IMAGE:" $(IMAGE); \
echo "SUPER_LINTER_TEST_CONTAINER_URL:" $(SUPER_LINTER_TEST_CONTAINER_URL); \
echo "ls -ahl: $$(ls -ahl)"; \
docker images; \
docker ps; \