update yaml

This commit is contained in:
luca.mazzoleni
2024-04-16 16:11:31 +02:00
parent 99300bbb53
commit db4f901e2b
+1 -1
View File
@@ -123,7 +123,7 @@ variables:
echo " Calcolo versione - DEV"
echo "-----------------------"
$commitAuthor = $CI_COMMIT_AUTHOR -split " "
$commitAuthor = $commitAuthor[1]
$commitAuthor = $commitAuthor[0].Trim()
$fPath = "$env:MACH_NAME.mlde";
$vLine = Select-String -path $fPath -Pattern 'PP_VER';
$comp = $vLine -split "=";