You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,8 +111,6 @@ Another alternative for managing sensitive files whithin the repo using Git-Secr
111
111
112
112
We are going to start using a tool called Bitrise to configure de CI/CD pipelines for mobiles apps.
113
113
114
-
--> For Android apps you can find how to do it in this link: https://www.notion.so/rootstrap/Android-CI-CD-26d4abd4f2454224be8f617110147366
115
-
116
114
--> For iOS apps you can find how to do it in this link: https://www.notion.so/rootstrap/iOS-CI-CD-01e00409a0144f5b85212bf889c627dd
117
115
118
116
@@ -122,7 +120,7 @@ We use [Fastlane](https://docs.fastlane.tools) to automate code signing, buildin
122
120
123
121
See details in [Fastlane folder](fastlane/README.md).
124
122
125
-
## Continuous Integration / Delivery
123
+
## Continuous Integration / Delivery (DEPRECATED)
126
124
127
125
We recommend [GitHub Actions](https://docs.github.com/en/actions) for integrating Fastlane into a CI/CD pipeline. You can find two workflows in the GitHub workflows folder:
128
126
*[ci.yml](.github/workflows/release.myl) : triggered on any push and PR, runs unit tests, coverage report and static analysis with [CodeClimate](https://github.com/codeclimate/codeclimate)
0 commit comments