From 0e53527aa31dc0c2dc939de662a7e59b01b6c591 Mon Sep 17 00:00:00 2001 From: "J. Fronny" <6260391-JFronny@users.noreply.gitlab.com> Date: Sat, 20 Jun 2020 12:08:58 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e3eaac..985628f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,6 +16,10 @@ uptool: script: | choco install ffmpeg python -y --nocolor --no-progress refreshenv + $env:Path=( + [System.Environment]::GetEnvironmentVariable("Path","Machine"), + [System.Environment]::GetEnvironmentVariable("Path","User") + ) -match '.' -join ';' python DownloadDataDepsInstall.py python DownloadData.py $(new-object System.Net.WebClient).DownloadFile("https://www.github.com/JFronny/UpTool2/releases/latest/download/Tools.zip", "$($(pwd).Path)\Tools.zip")