Skip to content

Commit

Permalink
Merge pull request #28 from SFDO-Community/feature/installer
Browse files Browse the repository at this point in the history
Add install plan for metadeploy
  • Loading branch information
davisagli authored Oct 17, 2019
2 parents 3a05985 + 114ef4d commit b7c9a5d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cumulusci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ project:
name: Outbound Funds (Core)
namespace: outfunds
api_version: '42.0'
git:
repo_url: https://github.com/SFDO-Community/OutboundFunds

tasks:

Expand Down Expand Up @@ -50,3 +52,23 @@ orgs:
demo:
config_file: orgs/demo.json
days: 30

plans:
install:
slug: install
title: Install
tier: primary
steps:
1:
flow: install_prod_no_config
2:
task: install_managed
options:
name: Outbound Funds (NPSP)
namespace: outfundsnpspext
version: 1.1
ui_options:
is_required: False
checks:
- when: "'npsp' not in tasks.get_installed_packages()"
action: hide

0 comments on commit b7c9a5d

Please sign in to comment.