From fda2ca5872473d04ad4d122f2bca40f617d984fe Mon Sep 17 00:00:00 2001 From: Igor Witz <igor.witz@etu.utc.fr> Date: Thu, 22 Nov 2018 00:20:55 +0100 Subject: [PATCH] Update get-modified-image.sh --- 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 6f777467..fbe85186 100644 --- a/get-modified-image.sh +++ b/get-modified-image.sh @@ -7,7 +7,7 @@ RES="" echo "fesse" for i in $(git diff-tree --no-commit-id --name-only $CI_COMMIT_SHA) do - if [[ "$i" == *"pica"* ]] + if [[ "$i" == "pica" ]] then echo "caca" fi -- GitLab