Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Dec 13, 2024
1 parent 5f98190 commit d73f642
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,10 @@ else
logwarn "Workaround for ST-6539, using custom image vdesabou/cp-server-connect-base !"
export CP_CONNECT_IMAGE=vdesabou/cp-server-connect-base
else
export CP_CONNECT_IMAGE=confluentinc/cp-server-connect-base
if [ -z "$CP_CONNECT_IMAGE" ]
then
export CP_CONNECT_IMAGE=confluentinc/cp-server-connect-base
fi
fi
else
if [ -z "$CP_CONNECT_IMAGE" ]
Expand Down

0 comments on commit d73f642

Please sign in to comment.