forked from appcircleio/appcircle-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Android-ReactNative-Metadata.yaml
38 lines (38 loc) · 1.21 KB
/
Android-ReactNative-Metadata.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
34
35
36
37
38
---
directories:
- AC_SOURCE
- AC_OUTPUT_DIR
steps:
- componentType: appcircle_activate_ssh_key
componentVersion: "1.0.*"
stepName: Activate SSH Private Key
enabled: true
onError: $exit
webUrl: https://github.com/appcircleio/appcircle-activate-ssh-key-component
repoUrl: https://github.com/appcircleio/appcircle-activate-ssh-key-component.git
commit: 54ce947
inputs:
- AC_REPOSITORY_SSH_KEY: $AC_REPOSITORY_SSH_KEY
outputs:
- SSH_AUTH_SOCK: SSH_AUTH_SOCK
- componentType: appcircle_git_clone
stepName: Git
webUrl: https://github.com/appcircleio/appcircle-git-clone-component
repoUrl: https://github.com/appcircleio/appcircle-git-clone-component.git
commit: 6b82254
inputs:
- AC_GIT_URL: "$AC_GIT_URL"
- AC_GIT_LFS: "false"
- AC_GIT_BRANCH: "$AC_GIT_BRANCH"
- AC_GIT_COMMIT: "$AC_GIT_COMMIT"
outputs:
- AC_REPOSITORY_DIR: "AC_REPOSITORY_DIR"
- componentType: appcircle_metadata_android
stepName: Metadata
webUrl: https://github.com/appcircleio/appcircle-android-metadata-component
repoUrl: https://github.com/appcircleio/appcircle-android-metadata-component.git
commit: 552327e
inputs:
- AC_REPOSITORY_DIR: $AC_REPOSITORY_DIR
outputs:
- AC_METADATA_OUTPUT_PATH: AC_OUTPUT_DIR