Skip to content

Commit

Permalink
even earlier mount failure detection (#10371)
Browse files Browse the repository at this point in the history
CHANGELOG_BEGIN
CHANGELOG_END
  • Loading branch information
garyverhaegen-da authored Jul 22, 2021
1 parent 1bc0ccd commit a56cfea
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions ci/clean-up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,14 @@ steps:
echo "Done."
df -h .
fi
## More temp debugging
for path in $MPS; do
if ! ($CMD | grep -F "$path"); then
echo "$path is not a mount point, aborting"
echo "Please ping @gary on Slack."
exit 1
fi
done
## End more debugging
displayName: clean-up disk cache

0 comments on commit a56cfea

Please sign in to comment.