Skip to content

Commit

Permalink
Merge pull request #513 from SalesforceFoundation/feature/dray/upgrad…
Browse files Browse the repository at this point in the history
…e-installer

Implement Upgrade Installer
  • Loading branch information
David Ray authored May 27, 2021
2 parents 92dc1aa + 777949e commit 9344424
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,3 +203,21 @@ plans:
steps:
1:
flow: customer_org

upgrade:
slug: upgrade
title: Product Upgrade
tier: additional
is_listed: False
preflight_message: "This installer upgrades this package and any required dependencies to the latest version in your org. This installer isn't supported and has risks. Please don't run this installer unless you're aware of its specific use cases and considerations."
post_install_message: "Installation complete and package is on the latest version."
steps:
1:
task: update_dependencies
options:
security_type: PUSH
packages_only: True
2:
task: install_managed
options:
security_type: PUSH

0 comments on commit 9344424

Please sign in to comment.