From b078506a73b422f2b19b445b90fee9303c51c17d Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Fri, 25 Oct 2024 11:04:10 -0600 Subject: [PATCH] Add a fetch --- .github/workflows/deploy.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 79293d4832c5..780f1aadab97 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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 }} @@ -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: |