From bfaa70b2723c3496c0489f44ba7c445907658f60 Mon Sep 17 00:00:00 2001 From: Your Name Date: Fri, 26 Jan 2024 22:59:02 +0100 Subject: [PATCH] Update current feature --- conf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.sh b/conf.sh index 1e7deb13..6538292f 100755 --- a/conf.sh +++ b/conf.sh @@ -12,7 +12,7 @@ MINIMAL="${MINIMAL:-false}" # ---------------- # TODO make it simpler!! -if [ "$FINK_BROKER_VERSION" != "$CIUX_IMAGE_TAG" ] +if [ "$FINK_BROKER_VERSION" = "$CIUX_IMAGE_TAG" ] then # We need to build the image # and eventually set repository address on self-hosted runner