Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Li-Wei Liu
openairinterface5G
Commits
5fe6bea1
Commit
5fe6bea1
authored
Feb 28, 2019
by
Raphael Defosseux
Browse files
CI: fix to handle keyword commit in commit message
Signed-off-by:
Raphael Defosseux
<
raphael.defosseux@eurecom.fr
>
parent
69dfd020
Changes
1
Show whitespace changes
Inline
Side-by-side
ci-scripts/checkCodingFormattingRules.sh
View file @
5fe6bea1
...
...
@@ -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 ----"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment