forked from appcircleio/appcircle-workflows
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathiOS-Flutter-Metadata.yaml
41 lines (41 loc) · 1.36 KB
/
iOS-Flutter-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
39
40
41
---
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: 54ce947372bf3ad860c9ee8955a6982773c97cdd
inputs:
- AC_REPOSITORY_SSH_KEY: $AC_REPOSITORY_SSH_KEY
outputs:
- SSH_AUTH_SOCK: SSH_AUTH_SOCK
- componentType: appcircle_git_clone
componentVersion: "1.0.*"
stepName: Git Clone
enabled: true
onError: $exit
webUrl: https://github.com/appcircleio/appcircle-git-clone-component
repoUrl: https://github.com/appcircleio/appcircle-git-clone-component.git
commit: 578c6b8d18ad210be6dbf93d1013517880c92d42
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_ios
stepName: iOS Metadata
webUrl: https://github.com/appcircleio/appcircle-ios-metadata-component
repoUrl: https://github.com/appcircleio/appcircle-ios-metadata-component.git
commit: 7cad49d0e815938030e45a16a54c54f2dd0b23d0
inputs:
- AC_REPOSITORY_DIR: $AC_REPOSITORY_DIR
outputs:
- AC_METADATA_OUTPUT_PATH: AC_OUTPUT_DIR