Skip to content

Commit

Permalink
Update BitRise to pod install without Flipper
Browse files Browse the repository at this point in the history
  • Loading branch information
leotm committed Aug 2, 2023
1 parent 0a18925 commit 7534886
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,12 @@ workflows:
envman add --key BREW_OPT_APPLESIMUTILS --value "/usr/local/opt/applesimutils"
brew tap wix/brew
title: Set Env Path for caching deps
- cocoapods-install@2:
- script@1:
inputs:
- content: |-
#!/usr/bin/env bash
NO_FLIPPER=1 pod install --project-directory=ios
title: Run CocoaPods install without Flipper
is_always_run: false
- script@1:
inputs:
Expand Down Expand Up @@ -631,7 +636,12 @@ workflows:
- build_short_version_string: $VERSION_NAME
- build_version: $VERSION_NUMBER
- plist_path: $PROJECT_LOCATION_IOS/MetaMask/Info.plist
- cocoapods-install@2: {}
- script@1:
inputs:
- content: |-
#!/usr/bin/env bash
NO_FLIPPER=1 pod install --project-directory=ios
title: Run CocoaPods install without Flipper
- script@1:
inputs:
- content: |-
Expand Down Expand Up @@ -672,7 +682,12 @@ workflows:
- build_short_version_string: $VERSION_NAME
- build_version: $VERSION_NUMBER
- plist_path: $PROJECT_LOCATION_IOS/MetaMask/MetaMask-QA-Info.plist
- cocoapods-install@2: {}
- script@1:
inputs:
- content: |-
#!/usr/bin/env bash
NO_FLIPPER=1 pod install --project-directory=ios
title: Run CocoaPods install without Flipper
- script@1:
inputs:
- content: |-
Expand Down

0 comments on commit 7534886

Please sign in to comment.