Skip to content

Commit 3c9e492

Browse files
committed
test: fix windows e2e test failure in image build
1 parent 3c1f41b commit 3c9e492

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,13 @@ VERSION ?= latest
3434
# Use a custom version for E2E tests if we are testing in CI
3535
ifdef CI
3636
ifndef PUBLISH
37+
ifdef TEST_WINDOWS
38+
override IMAGE_VERSION := e2e-win-$(GIT_COMMIT)
39+
else
3740
override IMAGE_VERSION := e2e-$(GIT_COMMIT)
3841
endif
3942
endif
43+
endif
4044
IMAGE_TAG = $(REGISTRY)/$(IMAGENAME):$(IMAGE_VERSION)
4145
IMAGE_TAG_LATEST = $(REGISTRY)/$(IMAGENAME):latest
4246
ifndef BUILD_DATE

0 commit comments

Comments
 (0)