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

fix branch existence determintaion functionality #277

Merged
merged 1 commit into from
Dec 17, 2015
Merged

fix branch existence determintaion functionality #277

merged 1 commit into from
Dec 17, 2015

Conversation

godlikeachilles
Copy link

this will stop failing in case there is a tag which is a substring of an existing branch name.
for example if there is a tag 'release' and a branch 'release/integration' current code will match 'release/integration' with pattern 'release' and decide that a branch checkout is needed. but release branch does not exist so it will fail.
this simple fix resolves the issue.

this will stop failing in case there is a tag which is a substring of an existing branch name.
for example if there is a tag 'release' and a branch 'release/integration' current code will match 'release/integration' with pattern 'release' and decide that a branch checkout is needed. but release branch does not exist so it will fail.
this simple fix resolves the issue.
@bmjen
Copy link

bmjen commented Dec 17, 2015

Thanks @godlikeachilles !

bmjen added a commit that referenced this pull request Dec 17, 2015
fix branch existence determintaion functionality
@bmjen bmjen merged commit 268e599 into puppetlabs:master Dec 17, 2015
cegeka-jenkins pushed a commit to cegeka/puppet-vcsrepo that referenced this pull request Jan 3, 2018
fix branch existence determintaion functionality
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants