Skip to content

Commit

Permalink
Add a cumulusci configuration to allow testing cci directly from the
Browse files Browse the repository at this point in the history
repo directory instead of only from a project repo
  • Loading branch information
jlantz committed Feb 8, 2018
1 parent cf4d8c9 commit 618500c
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cumulusci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
project:
name: CumulusCI
package:
name: CumulusCI
11 changes: 11 additions & 0 deletions orgs/beta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"orgName": "CumulusCI - Beta Test Org",
"edition": "Developer",
"orgPreferences" : {
"enabled": [
"S1DesktopEnabled",
"Translation",
"ChatterEnabled"
]
}
}
11 changes: 11 additions & 0 deletions orgs/dev.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"orgName": "CumulusCI - Dev Workspace",
"edition": "Developer",
"orgPreferences" : {
"enabled": [
"S1DesktopEnabled",
"Translation",
"ChatterEnabled"
]
}
}
11 changes: 11 additions & 0 deletions orgs/feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"orgName": "CumulusCI - Feature Test Org",
"edition": "Developer",
"orgPreferences" : {
"enabled": [
"S1DesktopEnabled",
"Translation",
"ChatterEnabled"
]
}
}
11 changes: 11 additions & 0 deletions orgs/release.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"orgName": "CumulusCI - Release Test Org",
"edition": "Enterprise",
"orgPreferences" : {
"enabled": [
"S1DesktopEnabled",
"Translation",
"ChatterEnabled"
]
}
}

0 comments on commit 618500c

Please sign in to comment.