Merge pull request #545 from thockin/v3-dotfiles

v3: Fix inconsistency with build dotfile names
This commit is contained in:
Kubernetes Prow Robot 2022-07-02 03:05:23 -07:00 committed by GitHub
commit f4df63a54a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -195,9 +195,9 @@ test: $(BUILD_DIRS)
@./test_e2e.sh @./test_e2e.sh
TEST_TOOLS := $(shell ls _test_tools) TEST_TOOLS := $(shell ls _test_tools)
test-tools: $(foreach tool, $(TEST_TOOLS), .container.test_tool.$(tool)) test-tools: $(foreach tool, $(TEST_TOOLS), .container-test_tool.$(tool))
.container.test_tool.%: _test_tools/% _test_tools/%/* .container-test_tool.%: _test_tools/% _test_tools/%/*
@docker build -t $(REGISTRY)/test/$$(basename $<) $< @docker build -t $(REGISTRY)/test/$$(basename $<) $<
@docker images -q $(REGISTRY)/test/$$(basename $<) > $@ @docker images -q $(REGISTRY)/test/$$(basename $<) > $@