Closed
Description
The following can occur in a large decomposed production with a lot of active development:
- I try to get the latest and greatest code by using the Pull option in the Source Control menu. It times out, eventually just giving me an alert that says "null".
- I pull changes through the terminal by running
do ##class(SourceControl.Git.API).Pull()
. It updates the local repository, but deployment fails because it claims there is an in progress deployment. - I go into the deployment history in the Management Portal and clear the failed deployment.
- I deploy again by running
do ##class(SourceControl.Git.API).ImportAll()
. It takes a minute but finally succeeds.
Metadata
Metadata
Assignees
Labels
No labels
Activity