From 1e3948db598790d544c62278b02227d4dc9b40ab Mon Sep 17 00:00:00 2001 From: "fabio.memoli@micegroup.it" Date: Wed, 2 Sep 2020 16:46:34 +0200 Subject: [PATCH] Update --- voila-runtime-root/deploy_release.cmd | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/voila-runtime-root/deploy_release.cmd b/voila-runtime-root/deploy_release.cmd index 6abaf421..7697c8b4 100644 --- a/voila-runtime-root/deploy_release.cmd +++ b/voila-runtime-root/deploy_release.cmd @@ -17,9 +17,7 @@ call mvn release:prepare -DremoteTagging=false -DpushChanges=false if %ERRORLEVEL% neq 0 goto ExitOnError rem Push remote tag and changes. -call git commit -a -m "Prepare a release" -if %ERRORLEVEL% neq 0 goto ExitOnError - +call git commit -a -m "Prepare a release" 2>null call git tag "%TAG_NAME%" if %ERRORLEVEL% neq 0 goto ExitOnError -- GitLab