Skip to content

Commit fedf510

Browse files
authored
Update README.md
1 parent 366d1ca commit fedf510

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ Another alternative for managing sensitive files whithin the repo using Git-Secr
111111

112112
We are going to start using a tool called Bitrise to configure de CI/CD pipelines for mobiles apps.
113113

114-
--> For Android apps you can find how to do it in this link: https://www.notion.so/rootstrap/Android-CI-CD-26d4abd4f2454224be8f617110147366
115-
116114
--> For iOS apps you can find how to do it in this link: https://www.notion.so/rootstrap/iOS-CI-CD-01e00409a0144f5b85212bf889c627dd
117115

118116

@@ -122,7 +120,7 @@ We use [Fastlane](https://docs.fastlane.tools) to automate code signing, buildin
122120

123121
See details in [Fastlane folder](fastlane/README.md).
124122

125-
## Continuous Integration / Delivery
123+
## Continuous Integration / Delivery (DEPRECATED)
126124

127125
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:
128126
* [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

Comments
 (0)