Commit 6879aa6
committed
fix(taskfile): use bundle exec for fastlane commands
Fastlane is managed by bundler and must be invoked via 'bundle exec'.
Updated all fastlane task commands to use 'bundle exec fastlane' prefix.
Fixes: taskfile execution in CI where fastlane is not in global PATH
Tasks updated:
- ios:certificates
- ios:testflight
- ios:release1 parent b0f8b0b commit 6879aa6
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
264 | 264 | | |
265 | 265 | | |
266 | 266 | | |
267 | | - | |
| 267 | + | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
0 commit comments