We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca668e commit d57bf7aCopy full SHA for d57bf7a
.circleci/config.yml
@@ -186,6 +186,12 @@ jobs:
186
- run:
187
name: Build iOS app
188
command: pnpm run build:ios
189
+ - run:
190
+ name: Create review demo metadata files
191
+ command: |
192
+ cd apps/client/src-capacitor/ios/App/fastlane/metadata/review_information
193
+ echo $FASTLANE_REVIEW_DEMO_USER > demo_user.txt
194
+ echo $FASTLANE_REVIEW_DEMO_PASSWORD > demo_password.txt
195
196
name: Install Ruby bundle
197
command: |
0 commit comments