Cimpress-MCP / vagrant-orchestrate

Cross platform deployment orchestration to existing managed servers using vagrant provisioners
Other
19 stars 13 forks source link

Repo no origin #32

Closed chrisbaldauf closed 9 years ago

chrisbaldauf commented 9 years ago

Change the git command that is run to find the repo name to use a local command that doesn't rely on the presence of remotes.

This changes the implementation of the RepoStatus.repo method to not rely on remotes, but rather use the local file system to find the repo name.

Meant to address #29

@rnowosielski