Skip to content

Commit 1f4f280

Browse files
committed
ci: update export env scripts
1 parent 88df26a commit 1f4f280

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- sample/ios/Pods
7474
- run: *create_app_env
7575
- run:
76-
name: Expose environments
76+
name: Export environments
7777
command: |
7878
echo "export MATCH_PASSWORD=$FASTLANE_IOS_MATCH_PASSWORD" >> $BASH_ENV
7979
echo "export MATCH_GIT_URL=$FASTLANE_IOS_MATCH_GIT_URL" >> $BASH_ENV
@@ -83,6 +83,7 @@ jobs:
8383
echo "export PILOT_ITC_PROVIDER=$FASTLANE_IOS_TEAM_ID" >> $BASH_ENV
8484
echo "export PILOT_SKIP_WAITING_FOR_BUILD_PROCESSING=true" >> $BASH_ENV
8585
echo "export FASTLANE_APPLE_APPLICATION_SPECIFIC_PASSWORD=$FASTLANE_IOS_APPLE_APPLICATION_SPECIFIC_PASSWORD" >> $BASH_ENV
86+
ln -s $(which node) /usr/local/bin/node
8687
- run:
8788
name: Run fastlane
8889
command: yarn deploy:ios version:$APP_VERSION

0 commit comments

Comments
 (0)