Remove pod bumps without flipperkit_version (#2117)

Summary:
Sample and SampleSwift directly link to the debug version and don't reference `flipperkit_version` which is why the script is failing.

Pull Request resolved: https://github.com/facebook/flipper/pull/2117

Test Plan: hopeitwork

Reviewed By: priteshrnandgaonkar

Differential Revision: D27395244

Pulled By: passy

fbshipit-source-id: 3485731b0489376fbdf987c082ef7d288f66bbe8
This commit is contained in:
Pascal Hartig
2021-03-29 06:52:43 -07:00
committed by Facebook GitHub Bot
parent 2132163d20
commit 1d67dd8a9f

View File

@@ -62,12 +62,6 @@ jobs:
- name: Update Tutorial's Podfile - name: Update Tutorial's Podfile
run: ./scripts/update-pod-versions.sh ./ ./iOS/Tutorial/Podfile run: ./scripts/update-pod-versions.sh ./ ./iOS/Tutorial/Podfile
- name: Update Sample's Podfile
run: ./scripts/update-pod-versions.sh ./ ./iOS/Sample/Podfile
- name: Update SampleSwift's Podfile
run: ./scripts/update-pod-versions.sh ./ ./iOS/SampleSwift/Podfile
- name: Update Getting Started - name: Update Getting Started
run: ./scripts/update-pod-versions.sh ./ ./docs/getting-started/ios-native.mdx run: ./scripts/update-pod-versions.sh ./ ./docs/getting-started/ios-native.mdx