Skip to content
Snippets Groups Projects
Commit 58877877 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: same fix as previous

parent 5fe6bea1
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ fi
# Merge request scenario
MERGE_COMMMIT=`git log -n1 | grep commit | sed -e "s@commit @@"`
MERGE_COMMMIT=`git log -n1 --pretty=format:%H`
TARGET_INIT_COMMIT=`cat .git/refs/remotes/origin/$TARGET_BRANCH`
echo " ---- Checking the modified files by the merge request ----"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment