Skip to content

Commit ae2f092

Browse files
authored
Remove call to pod clean from ios_build_preflight (#407)
2 parents 7abf936 + 39808da commit ae2f092

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,19 @@
66

77
### Breaking Changes
88

9-
- Propose to retry when `gp_downloadmetadata` receives a `429 - Too Many Requests` error. [#406]
9+
_None_
1010

1111
### New Features
1212

13-
_None_
13+
- Propose to retry when `gp_downloadmetadata` receives a `429 - Too Many Requests` error. [#406]
1414

1515
### Bug Fixes
1616

1717
- Update the URL used by `gp_downloadmetadata` to prevent consistent `301` responses. [#406]
1818

1919
### Internal Changes
2020

21-
_None_
21+
- Remove call to `rake dependencies:pod:clean` from `ios_build_preflight` [#407]
2222

2323
## 5.4.0
2424

lib/fastlane/plugin/wpmreleasetoolkit/actions/ios/ios_build_preflight.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def self.run(params)
3333
raise
3434
end
3535

36-
Action.sh('rake dependencies:pod:clean')
3736
other_action.cocoapods()
3837
end
3938

0 commit comments

Comments
 (0)