Skip to content
New issue

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

".ci/build.sh" fails to execute if more than one remote-url exists #235

Closed
KVGarg opened this issue Feb 7, 2019 · 1 comment · Fixed by #242
Closed

".ci/build.sh" fails to execute if more than one remote-url exists #235

KVGarg opened this issue Feb 7, 2019 · 1 comment · Fixed by #242
Assignees
Labels

Comments

@KVGarg
Copy link
Contributor

KVGarg commented Feb 7, 2019

Steps to reproduce the error:

  1. Add one more remote url (say upstream) to the forked repository using:
    git remote add upstream https://github.com/coala/community.git
  2. Run .ci/build.sh

Error log

@gitmate-bot gitmate-bot added the bug label Feb 7, 2019
@KVGarg
Copy link
Contributor Author

KVGarg commented Feb 10, 2019

It is returning two GitUrlParsed objects, if there are 2 git remote specified

KVGarg added a commit to KVGarg/community that referenced this issue May 8, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
KVGarg added a commit to KVGarg/community that referenced this issue May 20, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
KVGarg added a commit to KVGarg/community that referenced this issue May 21, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
KVGarg added a commit to KVGarg/community that referenced this issue Jul 15, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
KVGarg added a commit to KVGarg/community that referenced this issue Jul 21, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
KVGarg added a commit to KVGarg/community that referenced this issue Jul 21, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
KVGarg added a commit to KVGarg/community that referenced this issue Jul 30, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
KVGarg added a commit to KVGarg/community that referenced this issue Aug 1, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
KVGarg added a commit to KVGarg/community that referenced this issue Aug 1, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
KVGarg added a commit to KVGarg/community that referenced this issue Aug 4, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
KVGarg added a commit to KVGarg/community that referenced this issue Aug 5, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
KVGarg added a commit to KVGarg/community that referenced this issue Aug 6, 2019
Running command ".ci/build.sh" locally on pc used
to failed the build, if there is more than one
git remote's.

Fixes coala#235
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging a pull request may close this issue.

2 participants