We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if running on a git repository without an origin remote specified, vizion runs into an error:
Error: Error: Command failed: /bin/sh -c cd '/path/to/repo/';LC_ALL=en_US.UTF-8 git config --get remote.origin.url
Vizion should not crash for repositories without any remote at all or with a remote named other than "origin".
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for reporting this issue, does it crashed PM2 too??
Sorry, something went wrong.
@Unitech no, but the pm2-managed app is considered as not being under source control, and no metadata of the git repository is available.
So returning return cb(null, null); here https://github.com/keymetrics/vizion/blob/master/lib/git.js#L20
would do the trick right?
No branches or pull requests
if running on a git repository without an origin remote specified, vizion runs into an error:
Vizion should not crash for repositories without any remote at all or with a remote named other than "origin".
The text was updated successfully, but these errors were encountered: