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

Allow delivery_github to push to a github branch that doesn't exist in delivery git #1

Open
tylercloke opened this issue Jun 11, 2015 · 1 comment
Labels
Type: Enhancement Adds new functionality.

Comments

@tylercloke
Copy link
Contributor

I am working on a build cookbook for a cookbook that is still being developed in parallel on github, so I do not want to push to master of that cookbook on github yet. I specified the branch delivery, intending to push there on github until the author is using delivery also.

However, when this tries to push you get the following:

error: src refspec delivery does not match any.
error: failed to push some refs to '[email protected]:tylercloke/qa-chef-server-cluster.git'

This is because the branch delivery does not exist locally. This tool should consider creating the branch locally before pushing to support pushing to branches that exist on github and not in delivery, or use another git method to do so that I am unaware of.

@afiune
Copy link
Contributor

afiune commented Oct 9, 2015

@tylercloke I wonder if you just need to create a pipeline in Delivery. (brain dump)

@tas50 tas50 removed the enhancement label Aug 2, 2016
@tas50 tas50 added Type: Enhancement Adds new functionality. and removed Type: Feature Request labels Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Adds new functionality.
Projects
None yet
Development

No branches or pull requests

3 participants