-
Notifications
You must be signed in to change notification settings - Fork 135
/
.configure
43 lines (43 loc) · 1.24 KB
/
.configure
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
{
"project_name": "woocommerce-android",
"branch": "trunk",
"pinned_hash": "50ebed193db7cab11a2d299fdd478b7600055cbf",
"files_to_copy": [
{
"file": "android/WCAndroid/secrets.properties",
"destination": "~/.configure/woocommerce-android/secrets/secrets.properties",
"encrypt": true
},
{
"file": "android/WCAndroid/google-services.json",
"destination": "WooCommerce/google-services.json",
"encrypt": true
},
{
"file": "android/WCAndroid/sentry.properties",
"destination": "sentry.properties",
"encrypt": true
},
{
"file": "android/debug.keystore",
"destination": "~/.configure/woocommerce-android/secrets/debug_a8c.keystore",
"encrypt": true
},
{
"file": "android/automattic_upload.jks",
"destination": "WooCommerce/upload.jks",
"encrypt": true
},
{
"file": "android/WCAndroid/google-upload-credentials.json",
"destination": "~/.configure/woocommerce-android/secrets/google-upload-credentials.json",
"encrypt": true
},
{
"file": "android/WCAndroid/firebase.secrets.json",
"destination": ".configure-files/firebase.secrets.json",
"encrypt": true
}
],
"file_dependencies": []
}