mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-23 10:14:13 +08:00
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:
parent
ad6907fb07
commit
f5b0699efa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user