From e7ceb25f59fd4c205fbffcd93502fe88f10e12d3 Mon Sep 17 00:00:00 2001
From: Pavol Loffay
Date: Tue, 17 Aug 2021 11:33:52 +0200
Subject: [PATCH] fix
Signed-off-by: Pavol Loffay
---
Makefile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/Makefile b/Makefile
index 1b6903871f21..d8f0003d0967 100644
--- a/Makefile
+++ b/Makefile
@@ -117,8 +117,7 @@ test-compile-es-scripts:
docker run --rm -v ${PWD}:/tmp/jaeger python:3-alpine3.11 /usr/local/bin/python -m py_compile /tmp/jaeger/plugin/storage/es/esRollover.py
.PHONY: index-cleaner-integration-test
-index-cleaner-integration-test:
- $(MAKE) BASE_IMAGE=alpine:3.13 docker-images-elastic
+index-cleaner-integration-test: docker-images-elastic
# Expire test results for storage integration tests since the environment might change
# even though the code remains the same.
go clean -testcache