mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +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)"
|
@$(CURDIR)/run.sh "$(DIR)"
|
||||||
|
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test: shellcheck dockerfiles ## Runs the tests on the repository.
|
test: dockerfiles shellcheck ## Runs the tests on the repository.
|
||||||
|
|
||||||
.PHONY: dockerfiles
|
.PHONY: dockerfiles
|
||||||
dockerfiles: ## Tests the changes to the Dockerfiles build.
|
dockerfiles: ## Tests the changes to the Dockerfiles build.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user