Skip to content

Commit

Permalink
Merge pull request #13857 from mrueg/fix-make
Browse files Browse the repository at this point in the history
Makefile: Fix wrong target
  • Loading branch information
ptabor authored Mar 31, 2022
2 parents 0e83f62 + ec29b9e commit 0d5c1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ test-full:
PASSES="fmt build release unit integration functional e2e grpcproxy" ./scripts/test.sh 2<&1 | tee test-$(TEST_SUFFIX).log

ensure-docker-test-image-exists:
make push-docker-test || echo "WARNING: Container Image not found in registry, building locally"; make build-docker-test
make pull-docker-test || echo "WARNING: Container Image not found in registry, building locally"; make build-docker-test

docker-test: ensure-docker-test-image-exists
$(info GO_VERSION: $(GO_VERSION))
Expand Down

0 comments on commit 0d5c1dc

Please sign in to comment.