-
Notifications
You must be signed in to change notification settings - Fork 398
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
fatal: A branch named 'master-build' already exists. #381
Comments
here is the complete error..
|
What version are you using? |
Actually, the artifact should be getting deleted before it is rebuilt: https://github.com/acquia/blt/blob/8.x/phing/tasks/deploy.xml#L127 Can you share your full output? Perhaps a permissions issue is preventing your artifact from being deleted in the first place. |
hey Matt, i am running Phing 2.14.0-44-g0ef30e5 and BLT v8.. Let me get entire log.. |
|
so, shall I try update:
deploy directory is now empty! let me try to deploy again. |
no luck.. still get the.. fatal: A branch named 'master-build' already exists. I guess deleting the folder makes no difference. |
@grasmash is it something related to this? |
I changed line 62 in my local version of deploy.xml as per the link above.. basically adding All seems well. |
Yeah I was wondering what exact version of BLT you were using. E.g., 8.4.0. Because I believe this bug has been fixed already. |
Hi, I am having a slightly odd issue when RE-building the BLT artefact..
I am using….
blt deploy -Ddeploy.branch=master-build -Ddeploy.commitMsg=‘BLOG-000: Another test build.’
This works the first time, any subsequent update rebuilds, I am getting the following error:
fatal: A branch named 'master-build' already exists.
How should I be RE-building the artefact?
The text was updated successfully, but these errors were encountered: