Skip to content

Commit 97479e0

Browse files
Merge pull request #948 from jiridanek/jd_makefile_prereq
RHOAIENG-19051: chore(Makefile): remove dependency on `bin/buildinputs` for running image tests
2 parents 729cbab + 92d0b2a commit 97479e0

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)