This repository has been archived by the owner on Feb 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstep.yml
54 lines (54 loc) · 1.42 KB
/
step.yml
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
44
45
46
47
48
49
50
51
52
53
54
title: "Google Drive Upload Step"
summary: A step for uploading IPA file to Google Drive
description: |-
A step for uploading build IPA file to Google Drive
website: https://github.com/...
source_code_url: https://github.com/...
support_url: https://github.com/.../issues
host_os_tags:
- osx-10.10
project_type_tags:
- ios
type_tags:
- script
is_requires_admin_user: true
is_always_run: false
is_skippable: false
dependencies:
- manager: brew
name: git
run_if: ""
inputs:
- file1: NOFILE
opts:
title: "File path for upload to google drive"
summary: By default it is no file for uploading
description: |
Give a valid file path for uploading
is_expand: true
is_required: false
- file2: NOFILE
opts:
title: "File path for upload to google drive"
summary: By default it is no file for uploading
description: |
Give a valid file path for uploading
is_expand: true
is_required: false
- file3: NOFILE
opts:
title: "File path for upload to google drive"
summary: By default it is no file for uploading
description: |
Give a valid file path for uploading
is_expand: true
is_required: false
- uploadBuildFiles: "yes"
opts:
title: "Upload iOS build files?"
description: |
Change to no disable uploading build files
value_options:
- "yes"
- "no"
is_required: false