From ab610be59d1a8d9f364da1cd72bdbf5a15bcf289 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Thu, 9 Sep 2021 13:26:01 +0300 Subject: [PATCH] citemplate: post-merge use upstream urls for fetching scripts since gstreamer/gst-ci!414 landed Part-of: --- gitlab/ci_template.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index ac0e28717d..8f06c1a761 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -67,9 +67,7 @@ variables: # Can't use $CI_* variables since we use this template in all repos, not just gst-ci CERBERO_SCRIPT_URL: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/${GST_UPSTREAM_BRANCH}/gitlab/cerbero_setup.sh" - # FIXME: fix the file path url to point to the upstram once merged - # WINDOWS_CONTAINER_SCRIPT_URL: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/${GST_UPSTREAM_BRANCH}/docker/windows/container.ps1" - WINDOWS_CONTAINER_SCRIPT_URL: "https://gitlab.freedesktop.org/alatiera/gst-ci/raw/alatiera/windows-rs-wip/docker/windows/container.ps1" + WINDOWS_CONTAINER_SCRIPT_URL: "https://gitlab.freedesktop.org/gstreamer/gst-ci/raw/${GST_UPSTREAM_BRANCH}/docker/windows/container.ps1" GIT_STRATEGY: none MESON_BUILDTYPE_ARGS: --default-library=both