ci/angle: Clean up stray open-coded path

Somehow the sed seemed to miss this.

Signed-off-by: Daniel Stone <daniels@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31059>
This commit is contained in:
Daniel Stone 2024-08-30 11:27:32 +01:00 committed by Marge Bot
parent ad6907fb07
commit f5b0699efa

View File

@ -295,7 +295,7 @@ rm -rf /apitrace
############### Build ANGLE
if [[ "$DEBIAN_ARCH" = "amd64" ]]; then
. .gitlab-ci/container/build-angle.sh
mv /angle /lava-files/rootfs-${DEBIAN_ARCH}/.
mv /angle $ROOTFS/.
rm -rf /angle
fi