Skip to content

Commit

Permalink
Try submodule update init
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 1, 2024
1 parent 548cd58 commit b853a4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ jobs:

- name: Change directories to Mobile-Expensify
run: |
git submodule update --init
cd ./Mobile-Expensify/react-native
git fetch && git checkout andrew-mobile-deploy #TODO: remove this line once the PR is merged
Expand Down Expand Up @@ -457,7 +458,8 @@ jobs:
token: ${{ secrets.OS_BOTIFY_TOKEN }}

- name: Change directories to Mobile-Expensify
run: |
run: |
git submodule update --init
cd ./Mobile-Expensify/react-native
git fetch && git checkout andrew-mobile-deploy #TODO: remove this line once the PR is merged
Expand Down

0 comments on commit b853a4a

Please sign in to comment.