mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-09 18:43:34 -05:00
ci: fix output formatting (#5942)
This commit is contained in:
parent
b4515bd4ad
commit
55a47ff317
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -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; \
|
||||
|
|
Loading…
Reference in a new issue