Skip to content

Commit 92d0b2a

Browse files
committed
RHOAIENG-19051: chore(Makefile): remove dependency on bin/buildinputs for running image tests
1 parent 729cbab commit 92d0b2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ endef
107107
####################################### Build helpers #######################################
108108

109109
# https://stackoverflow.com/questions/78899903/how-to-create-a-make-target-which-is-an-implicit-dependency-for-all-other-target
110-
skip-init-for := all-images deploy% undeploy% test% scan-image-vulnerabilities
110+
skip-init-for := all-images deploy% undeploy% test% validate% refresh-pipfilelock-files scan-image-vulnerabilities
111111
ifneq (,$(filter-out $(skip-init-for),$(MAKECMDGOALS) $(.DEFAULT_GOAL)))
112112
$(SELF): bin/buildinputs
113113
endif

0 commit comments

Comments
 (0)