-
Notifications
You must be signed in to change notification settings - Fork 41
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
bot files fail to deploy after version is activated #280
Comments
@pcon - what's the severity on this? Specifically asking so I can prioritize my time :) Super busy at work, but if this is a blocker, I will do my best :) |
@sfloess it's pretty high priority. It requires us to disable the bot to do the push. Which with the bot getting ready to go live will cause problems. |
@pcon - will see what I can do sir. |
@pcon - haven't looked a this yet so forgive the question if it'll be obvious :) How does one know it's the same bot file? |
@sfloess I haven't had much time to dig into it, but each bot file has a |
@pcon - OK gotcha. I'll look more closely, but this gets me on the right track :) |
@pcon - may need your help here. What do I do to reproduce this. I tried a
I googled and tried to enable |
After meeting w/ @pcon to enable bots:
|
@pcon - reproduced this with my sandbox...onto a fix :) |
@pcon - out of curiosity, do you know what in the |
@pcon - looks like it may be driven by |
I think that we just need to do a pull and see if the version number already exists in the deployment. If it does remove the entire |
@pcon - I don't recall seeing a version number in the meta data bot file. Are you referring to something else? |
@pcon - are you talking about this: <botVersions>
<fullName>v1</fullName> |
@sfloess yeah that's the field |
@pcon - thanks bro! I was assuming so - trying to get this done now. Cannot believe how far removed from all this I feel atm :) |
@pcon - I think we are in business! Mind testing my branch |
I'm out until next Wednesday. Might want to reach out to Preeti to see if she can test it. She's doing all the bot development anyway |
@pcon - certainly! I didn't realize you were out! |
@pcon - when you return and have time: I note the I disabled to get the build to pass, but wanted to reach out and let you know (just in case we want that re-enabled). |
Re-opening as this is still a problem. |
It appears that when running a
delta-push
bot files are trying to be re-deployed after they have been pushed and activated. Thedelta-push
command should not include a.bot
file in it's push if the same bot file exists in the target orgThe text was updated successfully, but these errors were encountered: