From a4a11ebe55b13a201679bd514bf79e31ab3774d4 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 10 Apr 2024 16:06:16 +0200 Subject: [PATCH] Fix yaml x test log ultime modifiche --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f450433..25b045f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,8 @@ variables: $env:NEW_COPYRIGHT = "EgalWare @ 2021-" + (get-date -format yyyy) # fix messaggio log in manifest... # preparo file e contenuto da log messages - $FileCLogIn="..\Resources\ChangeLog-original.html" - $FileCLogOut="..\Resources\ChangeLog.html" + $FileCLogIn="Resources\ChangeLog-original.html" + $FileCLogOut="Resources\ChangeLog.html" $LastMessages = git log -3 --pretty=%B # replace x ChangeLog $clogData = Get-Content $FileCLogIn