Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-20 12:08:58 +00:00
parent 3475274a92
commit 0e53527aa3
1 changed files with 4 additions and 0 deletions

View File

@ -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")