Skip to content

Commit

Permalink
Merge pull request #13860 from mrueg/fix-make2
Browse files Browse the repository at this point in the history
Makefile: Additional logic fix
  • Loading branch information
spzala authored Apr 2, 2022
2 parents f85cd02 + 2990502 commit 3d3c437
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 pull-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 3d3c437

Please sign in to comment.