Skip to content

Commit

Permalink
added StandardValueSets to beginning of beta flow
Browse files Browse the repository at this point in the history
  • Loading branch information
beAGoodQE committed Apr 20, 2024
1 parent e6f14f8 commit e317f66
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ flows:
options:
package_type: Unlocked
package_name: $project_config.project__package__name
skip_validation: True
skip_validation: False
version_base: latest_github_release
version_type: minor
force_upload: True
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<BusinessProcess xmlns="http://soap.sforce.com/2006/04/metadata">
<fullName>Tournament Lead</fullName>
<isActive>true</isActive>
<values>
<fullName>Prospecting</fullName>
<default>true</default>
</values>
<!--
<values>
<fullName>Invoice Sent</fullName>
<default>true</default>
Expand All @@ -18,4 +23,5 @@
<fullName>Verbal Commitment</fullName>
<default>false</default>
</values>
-->
</BusinessProcess>

0 comments on commit e317f66

Please sign in to comment.