-
Notifications
You must be signed in to change notification settings - Fork 20
/
app.json
35 lines (35 loc) · 997 Bytes
/
app.json
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
{
"name": "salesforce-dx-pipeline-sample",
"version": "0.0.2",
"description": "Test application for the salesforce-dx-buildpack",
"repository": "https://github.com/wadewegner/salesforce-dx-pipeline-sample",
"author": "",
"license": "ALv2",
"bugs": {
"url": "https://github.com/wadewegner/salesforce-dx-pipeline-sample/issues"
},
"homepage": "https://github.com/wadewegner/salesforce-dx-pipeline-sample#readme",
"dependencies": {},
"devDependencies": {},
"buildpacks": [{
"url": "https://github.com/wadewegner/salesforce-cli-buildpack"
}, {
"url": "https://github.com/wadewegner/salesforce-dx-buildpack"
}],
"env": {
"DEV_HUB_SFDX_AUTH_URL": {
"required": true
},
"SFDX_BUILDPACK_DEBUG" : {
"required": true
}
},
"environments": {
"test": {
"scripts": {
"test-setup": "./vendor/sfdx/release.sh ci-$HEROKU_TEST_RUN_COMMIT_VERSION && ./bin/test-setup.sh",
"test": "./bin/test.sh"
}
}
}
}