From d60c47cc7bd3d786d8af0e085f2d6808b81a88ea Mon Sep 17 00:00:00 2001 From: "luca.mazzoleni" Date: Wed, 18 Sep 2024 10:57:03 +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 b60a889..538006c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -143,7 +143,7 @@ variables: # calcolo versione formato numerico $versionTxt = $env:MACH_VERS echo $versionTxt - $versionMonthTxt = $env:MACH_VERS.Substring(3,1) + $versionMonthTxt = $versionTxt.Substring(3,1) # calcolo mese formato numerico $versionMonthNum = 999 if ( $versionMonthTxt -eq "a") {