-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbitrise.yml
More file actions
103 lines (103 loc) · 3.13 KB
/
bitrise.yml
File metadata and controls
103 lines (103 loc) · 3.13 KB
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
format_version: '8'
default_step_lib_source: https://github.com/bitrise-io/bitrise-steplib.git
project_type: ios
app:
envs:
- BITRISE_PROJECT_PATH: GitHubIssuesApp.xcworkspace
- BITRISE_SCHEME: GitHubIssuesApp
- BITRISE_EXPORT_METHOD: app-store
- opts:
is_expand: false
INFOPLIST_PATH: GitHubIssuesApp/Info.plist
trigger_map:
- push_branch: fastlane
workflow: FastlaneBitrise
- pull_request_source_branch: '*'
workflow: primary
workflows:
deploy:
steps:
- activate-ssh-key@4.0.3:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone@4.0.17: {}
- cache-pull@2.1.0: {}
- script@1.1.5:
title: Do anything with Script step
- certificate-and-profile-installer@1.10.1: {}
- recreate-user-schemes@1.0.2:
inputs:
- project_path: '$BITRISE_PROJECT_PATH'
- cocoapods-install@1.8.0: {}
- xcode-archive@2.6.0:
inputs:
- project_path: '$BITRISE_PROJECT_PATH'
- scheme: '$BITRISE_SCHEME'
- export_method: '$BITRISE_EXPORT_METHOD'
- deploy-to-bitrise-io@1.7.1: {}
- cache-push@2.2.0: {}
primary:
steps:
- activate-ssh-key:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone: {}
- cache-pull: {}
- script:
title: Do anything with Script step
- certificate-and-profile-installer@1.10.2: {}
- recreate-user-schemes:
inputs:
- project_path: '$BITRISE_PROJECT_PATH'
- cocoapods-install:
inputs:
- is_cache_disabled: 'true'
- verbose: 'false'
- deploy-to-bitrise-io: {}
- cache-push: {}
FastlaneBitrise:
steps:
- activate-ssh-key:
run_if: '{{getenv "SSH_RSA_PRIVATE_KEY" | ne ""}}'
- git-clone: {}
- cache-pull: {}
- certificate-and-profile-installer@1.10.2: {}
- recreate-user-schemes:
inputs:
- project_path: '$BITRISE_PROJECT_PATH'
- cocoapods-install:
inputs:
- verbose: 'false'
- brew-install@0.10.2:
inputs:
- cache_enabled: 'yes'
- verbose_log: 'yes'
- packages: swiftlint
is_always_run: true
- set-xcode-build-number@1.0.9:
inputs:
- plist_path: '$INFOPLIST_PATH'
is_always_run: true
- xcode-project-info@2.0.0:
inputs:
- info_plist_path: '$INFOPLIST_PATH'
is_always_run: true
- fastlane@2.7.0:
inputs:
- verbose_log: 'yes'
- lane: betaTESTE
- appetize-deploy@0.9.4:
inputs:
- verbose: 'true'
- app_path: '$BITRISE_DEPLOY_DIR'
- appetize_token: '$appetize_token'
is_always_run: true
- script@1.1.6:
inputs:
- is_debug: 'yes'
- content: |-
git commit $INFOPLIST_PATH -m "[version update] [ci skip]"
git push origin "$BITRISE_GIT_BRANCH"
is_always_run: true
- deploy-to-bitrise-io: {}
- cache-push:
is_always_run: true