Skip to content
Snippets Groups Projects
Commit fb23862d authored by Alan Nelson's avatar Alan Nelson
Browse files

Declare utility target as phony

parent aebb46e5
No related branches found
No related tags found
3 merge requests!45Develop,!37Sync Master with Develop,!36Alpine ssh client
...@@ -18,7 +18,7 @@ GIT_COMMIT = $(strip $(shell git rev-parse --short HEAD)) ...@@ -18,7 +18,7 @@ GIT_COMMIT = $(strip $(shell git rev-parse --short HEAD))
#################### ####################
BUILD_ARGS := --build-arg VCS_REF=$(GIT_COMMIT) BUILD_ARGS := --build-arg VCS_REF=$(GIT_COMMIT)
.PHONY: all clean test $(DOCKERFILES) static-code-analysis mobile delete_dangling_images security publish .PHONY: all clean test $(DOCKERFILES) static-code-analysis mobile delete_dangling_images security publish utility
all: php-lint php-unit-test magento2 mobile static-code-analysis utility detect-secrets dependency-check all: php-lint php-unit-test magento2 mobile static-code-analysis utility detect-secrets dependency-check
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment