Skip to content

Commit

Permalink
[ci]: improve cleanup by claim ownership in source folder
Browse files Browse the repository at this point in the history
the added change was accidentally removed in commit 092f537

Signed-off-by: Guohan Lu <lguohan@gmail.com>
  • Loading branch information
lguohan committed Feb 11, 2021
1 parent d6f236c commit 4c8bff6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .azure-pipelines/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 4c8bff6

Please sign in to comment.