Skip to content

Commit

Permalink
Merge branch 'main' into feat-header-update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyhoward authored Oct 17, 2024
2 parents fc63b0a + 0482c6e commit 65df76f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion bitrise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@ workflows:
inputs:
- content: |-
#!/usr/bin/env bash
yarn test:api-specs
yarn test:api-specs --retries 1
- script@1:
is_always_run: true
is_skippable: false
Expand Down Expand Up @@ -1263,6 +1263,8 @@ workflows:
inputs:
- ipa_path: $BITRISE_APP_STORE_IPA_PATH
build_ios_release:
envs:
- NO_FLIPPER: '1'
before_run:
- code_setup
after_run:
Expand Down Expand Up @@ -1302,6 +1304,8 @@ workflows:
- deploy_path: sourcemaps/ios/index.js.map
title: Deploy Source Map
build_ios_qa:
envs:
- NO_FLIPPER: '1'
before_run:
- code_setup
after_run:
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -626,4 +626,4 @@ else
else
envFileMissing $ANDROID_ENV_FILE
fi
fi
fi

0 comments on commit 65df76f

Please sign in to comment.