SFDO-Community/OmbudsmanCloudCare

Can't Spin up a Scratch Org

Closed this issue · 5 comments

@Nickers3 - I don't seem to be able to spin up a scratch org using dev_org. Error is below. Looks like the record type insert is hanging up on the Mx salutation. Not sure how that problem has crept back in.

2020-08-03 17:56:27: Running command: sfdx force:source:push -u test-ivumyaz426sc@example.com
2020-08-03 17:56:29: Job ID | 0Af1h00000SfFsoCAF
2020-08-03 17:57:07: TYPE PROJECT PATH PROBLEM
2020-08-03 17:57:07: ───── ─────────────────────────────────────────────────────────────────────────────────────── ──────────────────────────────────────────────────────────
2020-08-03 17:57:07: Error force-app/main/default/objects/Contact/recordTypes/Family_Member.recordType-meta.xml Picklist value: Mx%2E in picklist: Name not found (394:18)
2020-08-03 17:57:07: Error force-app/main/default/objects/Contact/recordTypes/Resource_Contact.recordType-meta.xml Picklist value: Mx%2E in picklist: Name not found (533:18)
2020-08-03 17:57:08: Return code: 1
stderr: ERROR running force:source:push: Push failed.

2020-08-03 17:57:08: Exception in task deploy_unmanaged.dx_push

Error: Return code: 1
stderr: ERROR running force:source:push: Push failed.

@mkolodner playing catchup today from being gone. Hoping to take a peek at this tomorrow.

@mkolodner just ran dev_org via master and it ran without any errors. Looking at the commits, I had removed a task which would set the picklists on dev_org. Made a new branch to fix this issue.

Confirmed--flow run fine for me. I'm closing the issue.

Actually, let's keep this issue open as the work we are speaking about on the branch is related to this issue.

Marking as close as based on the master branch, no updates are needed.