From 136019bab77c3754e9819efd418178573a780619 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Fri, 5 Mar 2021 07:12:35 +0200 Subject: [PATCH] ci_template: fix WINDOWS_CONTAINER_SCRIPT_URL location 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 25765d0..066a237 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -51,9 +51,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-build-redux/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 -- 2.7.4