FIX: Author initials parsing
This commit is contained in:
@@ -245,7 +245,7 @@ image:
|
|||||||
|
|
||||||
str=$CI_COMMIT_MESSAGE
|
str=$CI_COMMIT_MESSAGE
|
||||||
REV=$(echo "$str" | sed -n '1 p')
|
REV=$(echo "$str" | sed -n '1 p')
|
||||||
DWN=$(initials "$(echo "$str" | sed -n '3 p' | cut -d' ' -f2,3)")
|
DWN=$(initials "$(echo "$str" | sed -n '3 p' | cut -d' ' -f1,2)")
|
||||||
CHK=''
|
CHK=''
|
||||||
APP=''
|
APP=''
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user