From 123c5994a2b0a6b2277e8ecd94280f39c5219f8b Mon Sep 17 00:00:00 2001 From: "J. Fronny" <6260391-JFronny@users.noreply.gitlab.com> Date: Sat, 20 Jun 2020 12:59:24 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90015d8..15c334b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,13 +12,13 @@ uptool: - .shared_windows_runners stage: deploy script: | - choco install ffmpeg python -y --nocolor --no-progress + choco install youtube-dl 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 DownloadDataDepsInstall.py ffmpeg --help python DownloadData.py $(new-object System.Net.WebClient).DownloadFile("https://www.github.com/JFronny/UpTool2/releases/latest/download/Tools.zip", "$($(pwd).Path)\Tools.zip")