Skip to content

Commit

Permalink
Add a fetch
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewGable committed Oct 25, 2024
1 parent ba01063 commit b078506
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,9 @@ jobs:
- name: Update submodule
run: |
git submodule update --init
# TODO: REMOVE THIS LINE BEFORE MERGE
git checkout -b andrew-mobile-deploy origin/andrew-mobile-deploy
# TODO: REMOVE THESE LINES BEFORE MERGING
git fetch
git checkout andrew-mobile-deploy
- name: Configure MapBox SDK
run: ./scripts/setup-mapbox-sdk.sh ${{ secrets.MAPBOX_SDK_DOWNLOAD_TOKEN }}
Expand Down Expand Up @@ -492,8 +493,9 @@ jobs:
- name: Update submodule
run: |
git submodule update --init
# TODO: REMOVE THIS LINE BEFORE MERGING
git checkout -b andrew-mobile-deploy origin/andrew-mobile-deploy
# TODO: REMOVE THESE LINES BEFORE MERGING
git fetch
git checkout andrew-mobile-deploy
- name: Configure MapBox SDK
run: |
Expand Down

0 comments on commit b078506

Please sign in to comment.