-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAndroid-GooglePlayStore.yaml
33 lines (33 loc) · 1.08 KB
/
Android-GooglePlayStore.yaml
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
directories:
- AC_OUTPUT_DIR
- AC_SOURCE
steps:
- componentType: appcircle_publish_send_to_playstore
componentVersion: 1.1.*
stepName: Send to Google Play Store
webUrl: 'https://github.com/appcircleio/appcircle-publish-send-to-playstore'
repoUrl: 'https://github.com/appcircleio/appcircle-publish-send-to-playstore.git'
commit: aa08101
enabled: true
onError: $exit
onSuccess: $next
alwaysRun: false
inputs:
- AC_STACK_TYPE: "Alpha"
- AC_RELEASE_NOTES: "$AC_RELEASE_NOTES"
- AC_RELEASE_STATUS: "$AC_RELEASE_STATUS"
outputs: []
- componentType: appcircle_publish_send_to_appgallery
componentVersion: 1.1.*
stepName: Send to Huawei App Gallery
webUrl: 'https://github.com/appcircleio/appcircle-publish-send-to-appgallery'
repoUrl: 'https://github.com/appcircleio/appcircle-publish-send-to-appgallery.git'
commit: 511b337
enabled: true
onError: $exit
onSuccess: $next
alwaysRun: false
inputs:
- AC_HUAWEI_APP_ID: "$AC_HUAWEI_APP_ID"
- AC_RELEASE_NOTES: "$AC_RELEASE_NOTES"
outputs: []