From eb2d7cd2fe8db582c38835472cd019cf6dc52523 Mon Sep 17 00:00:00 2001 From: Quentin Duchemin <quentinduchemin@tuta.io> Date: Thu, 30 Jan 2020 16:53:31 +0100 Subject: [PATCH] [CI] Fix printed image name --- get-modified-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-modified-image.sh b/get-modified-image.sh index bbe9f3ec..e0b72691 100755 --- a/get-modified-image.sh +++ b/get-modified-image.sh @@ -23,4 +23,4 @@ if [ "$RES" = "" ]; then exit 1; fi echo "export MODIFIED_IMAGE_FULL_TEST=registry.test.picasoft.net/${RES}" >> variables echo "export MODIFIED_IMAGE_FULL=registry.picasoft.net/${RES}" >> variables -echo "Found modified image : $MODIFIED_IMAGE_FULL" +echo "Found modified image : $RES" -- GitLab