-
Notifications
You must be signed in to change notification settings - Fork 283
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SAF-844 Removed BT targets from native iOS project (#1307)
* Removed BT targets from native iOS project and cleaned up project structure * Updated README, package.json, and workflows * Update workflows to run correctly by paths, and lints them (#1309) Co-authored-by: Jacob Jaffe <[email protected]>
- Loading branch information
1 parent
372dcbb
commit 09b6b8e
Showing
207 changed files
with
345 additions
and
4,532 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,13 +4,13 @@ on: | |
push: | ||
branches: | ||
- gps-release | ||
paths-ignore: | ||
- 'package.json' | ||
- 'CHANGELOG.md' | ||
paths-ignore: | ||
- "package.json" | ||
- "CHANGELOG.md" | ||
|
||
jobs: | ||
version_bump: | ||
name: 'Bump version' | ||
name: "Bump version" | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
@@ -22,10 +22,10 @@ jobs: | |
uses: TriPSs/conventional-changelog-action@v2 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
git-message: 'chore(release): {version}' | ||
preset: 'angular' | ||
tag-prefix: '' | ||
output-file: 'CHANGELOG.md' | ||
git-message: "chore(release): {version}" | ||
preset: "angular" | ||
tag-prefix: "" | ||
output-file: "CHANGELOG.md" | ||
|
||
deploy_android_gps: | ||
# gps-release branch only | ||
|
@@ -118,21 +118,21 @@ jobs: | |
KEY_PASSWORD: ${{ secrets.KEY_PASSWORD }} | ||
GITHUB_RUN_NUMBER: ${{ github.run_number }} | ||
with: | ||
lane: 'release_gps' | ||
subdirectory: 'android' | ||
bundle-install-path: 'vendor/bundle' | ||
lane: "release_gps" | ||
subdirectory: "android" | ||
bundle-install-path: "vendor/bundle" | ||
|
||
- name: Upload to Google Play beta track | ||
uses: maierj/[email protected] | ||
with: | ||
lane: 'play_store_gps' | ||
subdirectory: 'android' | ||
bundle-install-path: 'vendor/bundle' | ||
lane: "play_store_gps" | ||
subdirectory: "android" | ||
bundle-install-path: "vendor/bundle" | ||
|
||
deploy_ios_gps: | ||
# gps-release branch only | ||
if: github.event_name == 'push' && github.ref == 'refs/heads/gps-release' | ||
runs-on: macOS-latest | ||
runs-on: macos-latest | ||
needs: version_bump | ||
steps: | ||
- uses: actions/checkout@master | ||
|
@@ -197,9 +197,9 @@ jobs: | |
MATCH_GIT_BASIC_AUTH: ${{ secrets.MATCH_GIT_BASIC_AUTH }} | ||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock | ||
with: | ||
lane: 'release' | ||
subdirectory: 'ios' | ||
bundle-install-path: 'vendor/bundle' | ||
lane: "release" | ||
subdirectory: "ios" | ||
bundle-install-path: "vendor/bundle" | ||
|
||
- name: Deploy to testflight | ||
uses: maierj/[email protected] | ||
|
@@ -212,6 +212,6 @@ jobs: | |
MATCH_GIT_BASIC_AUTH: ${{ secrets.MATCH_GIT_BASIC_AUTH }} | ||
SSH_AUTH_SOCK: /tmp/ssh_agent.sock | ||
with: | ||
lane: 'deploy' | ||
subdirectory: 'ios' | ||
bundle-install-path: 'vendor/bundle' | ||
lane: "deploy" | ||
subdirectory: "ios" | ||
bundle-install-path: "vendor/bundle" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.