mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-01 12:02:27 +00:00
ci_template: fix WINDOWS_CONTAINER_SCRIPT_URL location
Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/399>
This commit is contained in:
parent
bdbef0449c
commit
136019bab7
1 changed files with 1 additions and 3 deletions
|
@ -51,9 +51,7 @@ variables:
|
||||||
|
|
||||||
# Can't use $CI_* variables since we use this template in all repos, not just gst-ci
|
# 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"
|
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/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"
|
|
||||||
|
|
||||||
GIT_STRATEGY: none
|
GIT_STRATEGY: none
|
||||||
MESON_BUILDTYPE_ARGS: --default-library=both
|
MESON_BUILDTYPE_ARGS: --default-library=both
|
||||||
|
|
Loading…
Reference in a new issue