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>
This commit is contained in:
Jordan Petridis 2021-01-06 20:48:41 +02:00
parent 4afcde9c60
commit 3ec559700a

View file

@ -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"