Skip to content

Commit

Permalink
avoid unnecessary build context in 'make testprep' (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: James Lamb <[email protected]>
  • Loading branch information
jameslamb authored Aug 1, 2024
1 parent 2e70e2b commit ed10893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ test: ## Run tests
go test -v ./...

testprep: ## Run test prerequisite tasks
docker build -t container-canary/kubeflow:shouldpass -f internal/testdata/containers/kubeflow.Dockerfile .
docker build -t container-canary/kubeflow:shouldfail -f internal/testdata/containers/kubeflow_broken.Dockerfile .
docker build -t container-canary/kubeflow:shouldpass - < internal/testdata/containers/kubeflow.Dockerfile
docker build -t container-canary/kubeflow:shouldfail - < internal/testdata/containers/kubeflow_broken.Dockerfile

version:
@echo version: $(VERSION)
Expand Down

0 comments on commit ed10893

Please sign in to comment.