Skip to content

Commit

Permalink
test: fix windows e2e test failure in image build
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Aug 10, 2024
1 parent 3c1f41b commit 3c9e492
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,13 @@ 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)
else
override IMAGE_VERSION := e2e-$(GIT_COMMIT)
endif
endif
endif
IMAGE_TAG = $(REGISTRY)/$(IMAGENAME):$(IMAGE_VERSION)
IMAGE_TAG_LATEST = $(REGISTRY)/$(IMAGENAME):latest
ifndef BUILD_DATE
Expand Down

0 comments on commit 3c9e492

Please sign in to comment.