Skip to content

Commit

Permalink
test: fix windows image build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Aug 12, 2024
1 parent ba0ffa0 commit 27214ea
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 @@ VERSION ?= latest
# Use a custom version for E2E tests if we are testing in CI
ifdef CI
ifndef PUBLISH
ifdef TEST_WINDOWS
override IMAGE_VERSION := e2e-win-$(GIT_COMMIT)
ifdef WINDOWS_SERVER_VERSION
override IMAGE_VERSION := e2e-$(WINDOWS_SERVER_VERSION)-$(GIT_COMMIT)
endif
ifdef EXTERNAL_E2E_TEST
override IMAGE_VERSION := e2e-external-$(GIT_COMMIT)
Expand Down

0 comments on commit 27214ea

Please sign in to comment.