From ab4d83733a52e49b6c1d71603e02e77c23584a67 Mon Sep 17 00:00:00 2001 From: "J. Fronny" <6260391-JFronny@users.noreply.gitlab.com> Date: Sat, 20 Jun 2020 13:24:18 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e3cb519..23f57ca 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,19 +29,19 @@ uptool: youtube-dl -x --no-playlist --audio-format wav -o st3.wav https://youtu.be/NDjDgvXlfVw ffmpeg -i st1.wav -i st2.wav -i st3.wav -filter_complex '[0:0][1:0][2:0][3:0]concat=n=4:v=0:a=1[out]' -map '[out]' InGame1.wav ffmpeg -y -i InGame1.wav InGame1.mp3 - rm st1.wav - rm st2.wav - rm st3.wav - rm InGame1.wav + #rm st1.wav + #rm st2.wav + #rm st3.wav + #rm InGame1.wav youtube-dl -x --no-playlist --audio-format wav -o st1.wav https://youtu.be/umEDct4BoGc youtube-dl -x --no-playlist --audio-format wav -o st2.wav https://youtu.be/NVpjt9gHlDw youtube-dl -x --no-playlist --audio-format wav -o st3.wav https://youtu.be/zgKazTrhXmI ffmpeg -i st1.wav -i st2.wav -i st3.wav -filter_complex '[0:0][1:0][2:0][3:0]concat=n=4:v=0:a=1[out]' -map '[out]' InGame2.wav ffmpeg -y -i InGame2.wav InGame2.mp3 - rm st1.wav - rm st2.wav - rm st3.wav - rm InGame2.wav + #rm st1.wav + #rm st2.wav + #rm st3.wav + #rm InGame2.wav youtube-dl -x --no-playlist --audio-format mp3 -o GameOver.mp3 https://youtu.be/J_3Zad-e9f4 cd .. #Nothing special after here @@ -73,5 +73,6 @@ uptool: paths: - package.zip - app.xml + - . only: - master