From 9f3f5307008a406850306b13153a33498bc73d41 Mon Sep 17 00:00:00 2001 From: Andrew Gable Date: Fri, 25 Oct 2024 12:01:59 -0600 Subject: [PATCH] Don't checkout branch --- .github/workflows/deploy.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 780f1aadab97..c71219ba9913 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -186,9 +186,6 @@ jobs: - name: Update submodule run: | git submodule update --init - # 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 }} @@ -493,9 +490,6 @@ jobs: - name: Update submodule run: | git submodule update --init - # TODO: REMOVE THESE LINES BEFORE MERGING - git fetch - git checkout andrew-mobile-deploy - name: Configure MapBox SDK run: |