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:
Guillaume Desmottes 2020-04-20 15:19:22 +02:00
parent 932c940102
commit 1295d9fc6a

View file

@ -95,6 +95,8 @@ update-nightly:
key: "gst"
paths:
- "${CARGO_HOME}"
after_script:
- rm -rf target
.img-stable:
extends: