mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
update order
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
parent
7bbaafec88
commit
dc37013c80
2
Makefile
2
Makefile
|
@ -20,7 +20,7 @@ run: ## Run a Dockerfile from the command at the top of the file (ex. DIR=telnet
|
|||
@$(CURDIR)/run.sh "$(DIR)"
|
||||
|
||||
.PHONY: test
|
||||
test: shellcheck dockerfiles ## Runs the tests on the repository.
|
||||
test: dockerfiles shellcheck ## Runs the tests on the repository.
|
||||
|
||||
.PHONY: dockerfiles
|
||||
dockerfiles: ## Tests the changes to the Dockerfiles build.
|
||||
|
|
Loading…
Reference in New Issue
Block a user