summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordan@centricular.com>2021-03-05 07:12:35 +0200
committerJordan Petridis <jordan@centricular.com>2021-03-05 07:12:35 +0200
commit136019bab77c3754e9819efd418178573a780619 (patch)
treefc0f21de919a8a1a772b0e8d7a806352cd1dab15
parentbdbef0449c9c20b59c7421d58c80a37cb7ee8d15 (diff)
ci_template: fix WINDOWS_CONTAINER_SCRIPT_URL location
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/399>
-rw-r--r--gitlab/ci_template.yml4
1 files changed, 1 insertions, 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