[ci]: improve cleanup by claim ownership in source folder

the added change was accidentally removed in commit 092f5378

Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
Guohan Lu 2021-02-10 23:35:22 -08:00
parent d6f236cb4b
commit 4c8bff6c3c

View File

@ -12,4 +12,6 @@ steps:
fi
sudo rm -rf dockerfs
sudo rm -rf fsroot
username=$(id -un)
sudo chown -R ${username}.${username} .
displayName: "Clean Workspace"