[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:
parent
d6f236cb4b
commit
4c8bff6c3c
@ -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"
|
||||
|
Reference in New Issue
Block a user