Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
liushilongbuaa committed Mar 21, 2022
1 parent 5773e39 commit 1886a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ steps:
pid=`sudo cat dockerfs/var/run/docker.pid` ; sudo kill $pid
fi
sudo rm -rf $(ls -A1)
displayName: "Clean Workspace"
displayName: "Master Clean Workspace"
1 change: 1 addition & 0 deletions .azure-pipelines/template-syncdockerimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
variables:
- group: Debian-Mirror-Common
steps:
- template: cleanup.yml
- checkout: self
clean: true
- ${{ each platform in parameters.platforms }}:
Expand Down

0 comments on commit 1886a1b

Please sign in to comment.