Skip to content

Commit

Permalink
Try a different way to fetch submodule branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 25, 2024
1 parent 9f3f530 commit 337223c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,11 @@ jobs:
- name: Update submodule
run: |
git submodule update --init
# TODO: REMOVE THESE LINES BEFORE MERGING
cd ..
git config -f .gitmodules submodule.react-native.branch andrew-mobile-deploy
cd react-native
git branch -u origin/andrew-mobile-deploy andrew-mobile-deploy
- name: Configure MapBox SDK
run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}
Expand Down Expand Up @@ -490,6 +495,11 @@ jobs:
- name: Update submodule
run: |
git submodule update --init
# TODO: REMOVE THESE LINES BEFORE MERGING
cd ..
git config -f .gitmodules submodule.react-native.branch andrew-mobile-deploy
cd react-native
git branch -u origin/andrew-mobile-deploy andrew-mobile-deploy
- name: Configure MapBox SDK
run: |
Expand Down

0 comments on commit 337223c

Please sign in to comment.