From 56b686e9e6aa60e5f58ff65a4842b5d7a0c06a41 Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Wed, 18 Sep 2024 11:50:11 +0200 Subject: [PATCH] test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 000f8e2..6b45b77 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -144,7 +144,7 @@ variables: $fPath = "$env:MACH_NAME.mlde"; $vLine = Select-String -path $fPath -Pattern 'PP_NVER'; $comp = $vLine -split "="; - $env:MACH_VERS = $comp[1].Replace("'","").Trim() + $env:MACH_VERS_NUM = $comp[1].Replace("'","").Trim() # display versione formato numerico Write-Output $env:MACH_VERS_NUM