Skip to content

Commit 6619487

Browse files
committed
Remove seemingly unnecessary build step in the iOS build job
1 parent 29e650e commit 6619487

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.circleci/config.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ jobs:
118118
# required to init configs that pass environment variables to fastlane later
119119
flutter build ios --config-only integration_test/all_test.dart \
120120
--release --dart-define=ACCESS_TOKEN=${MAPBOX_ACCESS_TOKEN}
121-
flutter build ios integration_test/all_test.dart \
122-
--release --dart-define=ACCESS_TOKEN=${MAPBOX_ACCESS_TOKEN}
123121
124122
popd # to repo root
125123

0 commit comments

Comments
 (0)