@@ -285,8 +285,6 @@ jobs:
285285 env :
286286 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
287287 botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
288- testing_repo_dir : " /tmp/test/"
289- testing_repo : " firebase-ios-sdk"
290288 runs-on : macos-15
291289 steps :
292290 - uses : actions/checkout@v4
@@ -327,8 +325,6 @@ jobs:
327325 env :
328326 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
329327 botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
330- testing_repo_dir : " /tmp/test/"
331- testing_repo : " firebase-ios-sdk"
332328 runs-on : macos-15
333329 steps :
334330 - uses : actions/checkout@v4
@@ -360,8 +356,6 @@ jobs:
360356 env :
361357 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
362358 botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
363- testing_repo_dir : " /tmp/test/"
364- testing_repo : " firebase-ios-sdk"
365359 runs-on : macos-15
366360 steps :
367361 - uses : actions/checkout@v4
@@ -393,8 +387,6 @@ jobs:
393387 # env:
394388 # plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
395389 # botaccess: ${{ secrets.PRERELEASE_TESTING_PAT }}
396- # testing_repo_dir: "/tmp/test/"
397- # testing_repo: "firebase-ios-sdk"
398390 # LEGACY: true
399391 # # TODO: The functions quickstart uses Material which isn't supported by Xcode 15
400392 # runs-on: macos-12
@@ -432,8 +424,6 @@ jobs:
432424 env :
433425 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
434426 botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
435- testing_repo_dir : " /tmp/test/"
436- testing_repo : " firebase-ios-sdk"
437427 runs-on : macos-15
438428 steps :
439429 - uses : actions/checkout@v4
@@ -467,8 +457,6 @@ jobs:
467457 env :
468458 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
469459 botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
470- testing_repo_dir : " /tmp/test/"
471- testing_repo : " firebase-ios-sdk"
472460 runs-on : macos-15
473461 steps :
474462 - uses : actions/checkout@v4
@@ -531,8 +519,6 @@ jobs:
531519 env :
532520 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
533521 botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
534- testing_repo_dir : " /tmp/test/"
535- testing_repo : " firebase-ios-sdk"
536522 LEGACY : true
537523 runs-on : macos-15
538524 steps :
@@ -563,8 +549,6 @@ jobs:
563549 env :
564550 plist_secret : ${{ secrets.GHASecretsGPGPassphrase1 }}
565551 botaccess : ${{ secrets.PRERELEASE_TESTING_PAT }}
566- testing_repo_dir : " /tmp/test/"
567- testing_repo : " firebase-ios-sdk"
568552 runs-on : macos-15
569553 steps :
570554 - uses : actions/checkout@v4
0 commit comments