-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathcumulusci.yml
58 lines (51 loc) · 1.42 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
minimum_cumulusci_version: '3.74.0'
project:
name: GrantGuides
package:
name: ggw
namespace: GCKit
api_version: '55.0'
git:
default_branch: 'main'
source_format: sfdx
tasks:
robot:
options:
suites: robot/GrantGuides/tests
options:
outputdir: robot/GrantGuides/results
robot_testdoc:
options:
path: robot/GrantGuides/tests
output: robot/GrantGuides/doc/GrantGuides_tests.html
run_tests:
options:
required_org_code_coverage_percent: 75
deploy:
options:
transforms:
- transform: find_replace
options:
patterns:
- find: test-7xs4dwvoelxh@example.com
inject_username: True
flows:
config_dev:
steps:
3:
task: assign_permission_sets
options:
api_names: GGW_User_Permissions
4:
task: command
options:
command: cci org default --org dev
gk_release_beta:
description: 'Generate Release notes and auto merge main branch.'
steps:
1:
task: github_release
2:
task: github_release_notes
3:
task: github_automerge_main