Update .gitlab-ci.yml

This commit is contained in:
J. Fronny 2020-06-20 11:02:47 +00:00
parent 03e7ea4829
commit 3475274a92
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ uptool:
stage: deploy
script: |
choco install ffmpeg python -y --nocolor --no-progress
refreshenv
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")