From f4be10fe73ab7fb5284ce2734621cb2336c9aafb Mon Sep 17 00:00:00 2001 From: marcel Date: Thu, 6 Jul 2023 21:25:53 +0200 Subject: [PATCH] Fix old-image push bug in build script. The push which was meant only for Scorpio is also affecting non scorpio images and repush old ibn images. This leads sometimes to usage of old images in e2e test. --- test/build-local-platform.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/build-local-platform.sh b/test/build-local-platform.sh index 05e7dbbc..d4221b96 100644 --- a/test/build-local-platform.sh +++ b/test/build-local-platform.sh @@ -31,7 +31,7 @@ else ( cd ../.. && git clone https://github.com/IndustryFusion/ScorpioBroker.git ) ( cd ../../ScorpioBroker && mvn clean package -DskipTests -Pdocker ) fi -docker images | tail -n +2 | awk '{print $1":"$2}'| grep ibn40 | +docker images | tail -n +2 | awk '{print $1":"$2}'| grep ibn40 | grep scorpio | grep ${VERSION} | { while read -r i; do j=${i//ibn40/k3d-iff.localhost:12345};