-
Notifications
You must be signed in to change notification settings - Fork 79
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
Deploying project throws source tracking error even though the deployment was successful #3199
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
Hi @Slgrande - can you try running this will disable source tracking operations from the CLI, you can also disable this when creating the org with the |
Hi @WillieRuemmele, I don't want to disable source tracking though. I would still like to use it. But my understanding is that if I specify the |
fair enough 😄 the only place that error is thrown is when the org is marked as 'non-sourcetracked' the a few more questions, is this happening every time? can you try
hopefully those will reset the tracking information for the org |
I was able to run Running But I'm still confused why it's mentioning source tracking at all since by specifying |
I agree that it shouldn't be using it, because you specified the flags what happens if you try to query the
|
Summary
When using
sf project deploy start -d {some directory} -g -c -o {alias}
to deploy only a specified directory to an org, the deployment is successful and still throws:Error (MetadataTransferError): Metadata API request failed: This org does not have source tracking
.Steps To Reproduce
Run
sf project deploy start -d {some directory} -g -c -o {alias}
and wait for the error to be displayed.Expected result
Deployment is reported as successful if it was.
Actual result
Error (MetadataTransferError): Metadata API request failed: This org does not have source tracking
and it says tests fail even though they did not.Additional information
System Information
Using bash
The text was updated successfully, but these errors were encountered: