mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-22 19:41:00 +00:00
ci: Remove the gstreamer directory if it exists already for the gst-build job
Otherwise it will regularly fail because the runner already has the directory available for some reason.
This commit is contained in:
parent
d7677a6337
commit
82d969190f
1 changed files with 1 additions and 0 deletions
|
@ -201,6 +201,7 @@ gst-build:
|
|||
script:
|
||||
- P=$(pwd)
|
||||
- cd ..
|
||||
- rm -rf gstreamer
|
||||
- git clone --depth 1 https://gitlab.freedesktop.org/gstreamer/gstreamer.git --branch main
|
||||
- cd gstreamer
|
||||
- ln -s $P subprojects/gst-plugins-rs
|
||||
|
|
Loading…
Reference in a new issue