Skip to content

Commit

Permalink
Merge pull request #1546 from yangjunmyfm192085/fix-testversion
Browse files Browse the repository at this point in the history
fix pull-metrics-server-test-version test
  • Loading branch information
k8s-ci-robot authored Aug 21, 2024
2 parents 27e8622 + f5453d1 commit d907097
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 @@ -170,7 +170,7 @@ test-image: container

.PHONY: test-image-all
test-image-all:
@for arch in $(ALL_ARCHITECTURES); do ARCH=$${arch} $(MAKE) test-image; done
@set -e;for arch in $(ALL_ARCHITECTURES); do ARCH=$${arch} $(MAKE) test-image; done

# E2e tests
# -----------
Expand Down

0 comments on commit d907097

Please sign in to comment.