From 555c49f9d17aa7a8b9e650941002b52e4e6dd325 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Thu, 17 Sep 2020 23:50:56 +0530 Subject: [PATCH] cerbero ci: Also disable the deps build There seems to be some issues uploading the cache from the Windows runner. Part-of: --- gitlab/ci_template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 2c3f326..e90d86f 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -1214,6 +1214,10 @@ cerbero deps msvc x86_64: extends: ['.cerbero deps', '.cerbero windows native'] script: - C:\MinGW\msys\1.0\bin\bash.exe --login -c "cd $env:CI_PROJECT_DIR && $env:CERBERO_SCRIPTS_PATH cerbero_deps_script" + rules: + - if: '$CI_PROJECT_NAME == "cerbero"' + when: 'manual' + allow_failure: true build cerbero msvc x86_64: extends: ['.cerbero', '.cerbero windows native'] -- 2.7.4