Skip to content

Commit

Permalink
Update working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 2, 2024
1 parent 0e865f4 commit 28f4c77
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
runs-on: ubuntu-latest-xl
defaults:
run:
working-directory: react-native
working-directory: Mobile-Expensify/react-native
env:
RUBYOPT: '-rostruct'
steps:
Expand All @@ -177,11 +177,9 @@ jobs:
repository: 'Expensify/Mobile-Expensify'
submodules: true
fetch-depth: 0
path: 'Mobile-Expensify'
token: ${{ secrets.OS_BOTIFY_TOKEN }}

- name: Rename directory to Mobile-Expensify in order to build correctly
run: mv ~/work/App/App ~/work/App/Mobile-Expensify

- name: Update submodule
run: |
git submodule update --init
Expand Down Expand Up @@ -474,23 +472,23 @@ jobs:
runs-on: macos-13-xlarge
env:
DEVELOPER_DIR: /Applications/Xcode_15.2.0.app/Contents/Developer
defaults:
run:
working-directory: Mobile-Expensify/react-native
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: 'Expensify/Mobile-Expensify'
submodules: true
fetch-depth: 0
path: 'Mobile-Expensify'
token: ${{ secrets.OS_BOTIFY_TOKEN }}

- name: Rename directory to Mobile-Expensify in order to build correctly
run: mv ~/work/App/App ~/work/App/Mobile-Expensify

- name: Update submodule
run: |
git submodule update --init
git checkout andrew-mobile-deploy
working-directory: react-native
- name: Configure MapBox SDK
run: |
Expand Down

0 comments on commit 28f4c77

Please sign in to comment.