Skip to content

Commit

Permalink
ci: (ios) bump podfile lock so it points to an available pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
brenodt committed May 1, 2024
1 parent 4e0e8d6 commit dfb4755
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .circleci/continue-config.yml
Expand Up @@ -43,7 +43,9 @@ commands:
key: pods-cache-v1-{{ arch }}-{{ checksum "Podfile.lock" }}
name: Restore CocoaPods cache
- run:
command: pod install
command: |
pod --version
pod install
name: Install CocoaPods
- save_cache:
key: pods-cache-v1-{{ arch }}-{{ checksum "Podfile.lock" }}
Expand Down
Expand Up @@ -5,7 +5,9 @@ steps:
key: pods-cache-v1-{{ arch }}-{{ checksum "Podfile.lock" }}
- run:
name: Install CocoaPods
command: pod install
command: |
pod --version
pod install
- save_cache:
name: Save CocoaPods cache
key: pods-cache-v1-{{ arch }}-{{ checksum "Podfile.lock" }}
Expand Down
2 changes: 1 addition & 1 deletion qaul_ui/ios/Podfile.lock
Expand Up @@ -140,4 +140,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: c4c93c5f6502fe2754f48404d3594bf779584011

COCOAPODS: 1.14.3
COCOAPODS: 1.15.2

0 comments on commit dfb4755

Please sign in to comment.