From db4f901e2bda96ba5b6d097f4bdd372cfce92a0e Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Tue, 16 Apr 2024 16:11:31 +0200 Subject: [PATCH] update yaml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 91796fd..ecf705f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 "=";