-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcumulusci.yml
38 lines (33 loc) · 1 KB
/
cumulusci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
minimum_cumulusci_version: '3.0.1'
project:
name: Financial-Aid-
package:
name: Financial-Aid-
api_version: '46.0'
dependencies:
- github: 'https://github.com/SalesforceFoundation/EDA'
tasks:
deploy_dev_config:
description: Deploys configuration for Development from /unpackaged/config/default_config
class_path: cumulusci.tasks.salesforce.Deploy
options:
namespace_inject: $project_config.project__package__namespace
path: unpackaged/config/dev
unmanaged: True
robot:
options:
suites: robot/Financial-Aid-/tests
options:
outputdir: robot/Financial-Aid-/results
robot_testdoc:
options:
path: robot/Financial-Aid-/tests
output: robot/Financial-Aid-/doc/Financial-Aid-_tests.html
flows:
config_dev:
steps:
3:
task: deploy_dev_config
config_qa:
1.1:
task: deploy_qa_config