Browse Source

build: remove gclient-extra-args from publish jobs (#42491)

build: remove gclient-extra-args from publish ymls
Keeley Hammond 10 months ago
parent
commit
c41ded2e89
2 changed files with 0 additions and 3 deletions
  1. 0 2
      .github/workflows/linux-publish.yml
  2. 0 1
      .github/workflows/macos-publish.yml

+ 0 - 2
.github/workflows/linux-publish.yml

@@ -36,8 +36,6 @@ jobs:
         fetch-depth: 0
     - name: Checkout & Sync & Save
       uses: ./src/electron/.github/actions/checkout
-      with:
-        gclient-extra-args: '--custom-var=checkout_arm=True --custom-var=checkout_arm64=True'
 
   publish-x64:
     uses: ./.github/workflows/pipeline-segment-electron-build.yml

+ 0 - 1
.github/workflows/macos-publish.yml

@@ -39,7 +39,6 @@ jobs:
       uses: ./src/electron/.github/actions/checkout
       with:
         generate-sas-token: 'true'
-        gclient-extra-args: '--custom-var=checkout_mac=True --custom-var=host_os=mac'
 
   publish-x64:
     uses: ./.github/workflows/pipeline-segment-electron-build.yml