mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer-rs.git
synced 2025-01-03 05:48:43 +00:00
ci: remove target/ as manual clean up
It seems that when a job is failing, target/ is not properly wiped out from the ci container triggering later jobs to fail, see for example https://gitlab.freedesktop.org/gdesmott/gstreamer-rs/-/jobs/2349943 Manually clean it up as after_script to hopefully workaround this problem.
This commit is contained in:
parent
932c940102
commit
1295d9fc6a
1 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,8 @@ update-nightly:
|
||||||
key: "gst"
|
key: "gst"
|
||||||
paths:
|
paths:
|
||||||
- "${CARGO_HOME}"
|
- "${CARGO_HOME}"
|
||||||
|
after_script:
|
||||||
|
- rm -rf target
|
||||||
|
|
||||||
.img-stable:
|
.img-stable:
|
||||||
extends:
|
extends:
|
||||||
|
|
Loading…
Reference in a new issue