From 4656302c07887c889d23f936f32552e8953c8426 Mon Sep 17 00:00:00 2001 From: "J. Fronny" <6260391-JFronny@users.noreply.gitlab.com> Date: Mon, 31 Aug 2020 19:16:09 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc44e63..5331fed 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,11 +11,10 @@ uptool: cd i $(new-object System.Net.WebClient).DownloadFile("https://gitlab.com/JFronny/UpTool2/-/jobs/artifacts/master/raw/Installer-generic.zip?job=uptool", "$($(pwd).Path)\Install.zip") & "C:\Program Files\7-Zip\7z.exe" x .\Install.zip - .\Installer.exe i -p + .\Installer.exe --basic i -p cd .. rm -R i $Env:Path="$Env:Path;$Env:APPDATA\UpTool2\Install" - uptool --basic remove-repo "UpTool2 official Repo" uptool --basic add-repo DevTools https://gitlab.com/JFronny/UpTool2/-/snippets/2010392/raw uptool --basic update uptool --basic install "UpTool2 package tools"