-
Notifications
You must be signed in to change notification settings - Fork 0
/
cumulusci.yml
29 lines (27 loc) · 917 Bytes
/
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
project:
name: Relationships
package:
name: Relationships
namespace: npe4
api_version: 53.0
git:
prefix_release: rel/
default_branch: main
dependency_resolutions:
preproduction: include_beta
tasks:
uninstall_packaged_incremental:
options:
ignore:
ListView:
Relationship_Lookup__c.All
cleanup_translation_metadata:
description: Delete metadata from translation files that should not be translated.
class_path: cumulusci.tasks.metadata.modify.RemoveElementsXPath
options:
output_style: salesforce
elements:
- path: src/translations/**.translation
xpath: //ns:quickActions
- path: src/translations/**.translation
xpath: //ns:reportTypes[ns:name='screen_flows_prebuilt_crt']