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
https://ci.eclipse.org/openmq/job/1_openmq-build-and-stage/64/:
+ echo 'Current version: 6.0.0-SNAPSHOT' Current version: 6.0.0-SNAPSHOT + echo 'Release version: 6.0.0' Release version: 6.0.0 + echo 'Next version: 6.0.1-SNAPSHOT' Next version: 6.0.1-SNAPSHOT + echo 'Release tag: 6.0.0-RELEASE' Release tag: 6.0.0-RELEASE + '[' -z 6.0.0-SNAPSHOT -o -z 6.0.0 -o -z 6.0.1-SNAPSHOT ']' + '[' false = true ']' + MVN_DEPLOY_ARGS=nexus-staging:deploy ++ git remote + GIT_ORIGIN=origin + echo '-[ Prepare branch ]-------------------------------------------------------------' -[ Prepare branch ]------------------------------------------------------------- ++ git branch -r ++ grep origin/6.0.0 + [[ -n origin/6.0.0-RC3 ]] + '[' false = true ']' + echo 'Error: origin/6.0.0 branch already exists' Error: origin/6.0.0 branch already exists + exit 1
Unfortunately - 6.0.0-RC3 matches and causes failure.
6.0.0-RC3
The text was updated successfully, but these errors were encountered:
Hmmm, indeed, it should be a line by line comparison of the lines returned by git branch -r.
git branch -r
There's a few more of those greps in the standard scripts that at some points must cause issues (like grepping the entire pom etc).
Sorry, something went wrong.
I hope one day we'll find cycles to update them as well 😄 For now - I've just deleted the offending branch.
Best for now, thx!
No branches or pull requests
https://ci.eclipse.org/openmq/job/1_openmq-build-and-stage/64/:
Unfortunately -
6.0.0-RC3
matches and causes failure.The text was updated successfully, but these errors were encountered: