Skip to content
This repository has been archived by the owner on Feb 4, 2019. It is now read-only.

Don't check system drive info for *nix default drive #427

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sburnicki
Copy link
Member

A new submit of #426 which will hopefully trigger the checks.

This fixes #425 as discussed and tested on the mailing list.

For non-Windows systems we provide a special "File" drive for the root folder.
It does not make sense to check System.IO.DriveInfo information for this drive,
as it is always valid on *nix systems.

When running Pash in docker, this can actually cause Pash to be unusable since "/" might not be listed as a mounted filesystem, so mono can't provide information about it.

@ForNeVeR
Copy link
Contributor

ForNeVeR commented Aug 1, 2016

Build has been run successfully on Appveyor: https://ci.appveyor.com/project/JayBazuzi/pash/build/0.0.224

It has been run even for the previous PR: https://ci.appveyor.com/project/JayBazuzi/pash/build/0.0.223

@JayBazuzi, it seems that something's wrong with our Appveyor settings, because it's unable to report build results back to GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Troubles with drives in Docker
2 participants