mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
docker/windows: update the subprojects cache
Avoid conflicting with gst-build subprojects when copying over from the cache. Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-ci/-/merge_requests/414>
This commit is contained in:
parent
29596184be
commit
72dcd55325
2 changed files with 2 additions and 1 deletions
|
@ -23,6 +23,7 @@ if (!$?) {
|
|||
Remove-Item -Force 'C:/gst-build/subprojects/*.wrap'
|
||||
Remove-Item -Recurse -Force 'C:/gst-build/subprojects/win-nasm'
|
||||
Remove-Item -Recurse -Force 'C:/gst-build/subprojects/win-flex-bison-binaries'
|
||||
Remove-Item -Recurse -Force 'C:/gst-build/subprojects/macos-bison-binary'
|
||||
|
||||
Move-Item C:\gst-build\subprojects C:\subprojects
|
||||
Remove-Item -Recurse -Force C:\gst-build
|
||||
|
|
|
@ -28,7 +28,7 @@ variables:
|
|||
MANIFEST_TAG: '2020-10-22.0'
|
||||
TEST_MANIFEST_TAG: '2020-10-22.0'
|
||||
INDENT_TAG: '2020-10-22.0'
|
||||
WINDOWS_TAG: "2021-08-24.0"
|
||||
WINDOWS_TAG: "2021-09-08.0"
|
||||
|
||||
GST_UPSTREAM_REPO: 'gstreamer/gst-ci'
|
||||
|
||||
|
|
Loading…
Reference in a new issue