summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2021-01-06 20:48:41 +0200
committerJordan Petridis <jordan@centricular.com>2021-01-06 20:48:41 +0200
commit3ec559700a97a8225b634dec5b178a5b9b353d4a (patch)
tree2c4181eef1b8de8c163952030ce3463ef2fd40e6
parent4afcde9c60ba97690eeed3c281d675b2be6290f1 (diff)
ci_template: remove artifacts workaround for cerbero msvc
This was fixed 3 weeks ago and should no longer be needed. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/387>
-rw-r--r--gitlab/ci_template.yml3
1 files changed, 0 insertions, 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"