From 3b174cec046e68bdb1a032c324da6eef04b6bdb4 Mon Sep 17 00:00:00 2001 From: Igor Witz <igor.witz@etu.utc.fr> Date: Wed, 21 Nov 2018 23:29:49 +0100 Subject: [PATCH] Update get-modified-image.sh --- get-modified-image.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/get-modified-image.sh b/get-modified-image.sh index d30964b4..eb847649 100644 --- a/get-modified-image.sh +++ b/get-modified-image.sh @@ -12,6 +12,7 @@ for i in $(git diff-tree --no-commit-id --name-only $CI_COMMIT_SHA); do echo "test" fi done +echo "babouche" if [ "$RES" != "" ]; then exit 1 fi -- GitLab