Skip to content

Commit

Permalink
Address PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tehampson committed Oct 17, 2023
1 parent ef840f4 commit d7c7d76
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/actions/checkout-submodules-and-bootstrap/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,8 @@ runs:
# this point onwards.
shell: bash
run: |
if [ -d $HOME/.cipd-cache-dir/ ]; then
du -sh $HOME/.cipd-cache-dir/
rm -rf $HOME/.cipd-cache-dir/
fi
du -sh $HOME/.cipd-cache-dir/ || true
rm -rf $HOME/.cipd-cache-dir/ || echo "Removing cipd cache dir failed"
- name: Dump disk info after checkout submodule & Bootstrap
shell: bash
run: scripts/dump_diskspace_info.sh
Expand Down

0 comments on commit d7c7d76

Please sign in to comment.