From 3ec559700a97a8225b634dec5b178a5b9b353d4a Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Wed, 6 Jan 2021 20:48:41 +0200 Subject: [PATCH] ci_template: remove artifacts workaround for cerbero msvc This was fixed 3 weeks ago and should no longer be needed. Part-of: --- gitlab/ci_template.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 958aa82..0a30441 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -1244,9 +1244,6 @@ build gst-omx tizonia fedora x86_64: CERBERO_ARGS: "${DEFAULT_CERBERO_ARGS} -v visualstudio -v nowerror" CERBERO_RUN_SUFFIX: ".exe" HAVE_CCACHE: "" - # FIXME: for some reason the runner is hanging when trying to upload artifacts - artifacts: - paths: [] before_script: - $env:CI_PROJECT_DIR = $env:CI_PROJECT_DIR.replace('\', '/') - $env:CERBERO_SCRIPTS_PATH = "$env:CI_PROJECT_DIR/cerbero_setup.sh" -- GitLab