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

CI: fix to handle keyword commit in commit message

parent 69dfd020
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,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