Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 committed Feb 1, 2024
1 parent 1a19b00 commit 3c299c4
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ jobs:
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
FRAMEWORK_DIR: "Firebase-actions-dir"
SDK: "ABTesting"
strategy:
matrix:
Expand All @@ -122,8 +121,6 @@ jobs:
- name: Move frameworks
run: |
mkdir -p "${HOME}"/ios_frameworks/
ls -l "${HOME}"
ls -l "${GITHUB_WORKSPACE}"
find "${GITHUB_WORKSPACE}" -name "Firebase*latest.zip" -exec unzip -d "${HOME}"/ios_frameworks/ {} +
- uses: actions/checkout@v4
- name: Xcode
Expand Down Expand Up @@ -163,7 +160,6 @@ jobs:
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
FRAMEWORK_DIR: "Firebase-actions-dir"
SDK: "Authentication"
strategy:
matrix:
Expand Down Expand Up @@ -217,7 +213,6 @@ jobs:
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
FRAMEWORK_DIR: "Firebase-actions-dir"
SDK: "Config"
strategy:
matrix:
Expand Down Expand Up @@ -269,7 +264,6 @@ jobs:
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
FRAMEWORK_DIR: "Firebase-actions-dir"
SDK: "Crashlytics"
strategy:
matrix:
Expand Down Expand Up @@ -344,7 +338,6 @@ jobs:
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
FRAMEWORK_DIR: "Firebase-actions-dir"
SDK: "Database"
strategy:
matrix:
Expand Down Expand Up @@ -401,7 +394,6 @@ jobs:
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
FRAMEWORK_DIR: "Firebase-actions-dir"
SDK: "DynamicLinks"
strategy:
matrix:
Expand Down Expand Up @@ -461,7 +453,6 @@ jobs:
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
FRAMEWORK_DIR: "Firebase-actions-dir"
SDK: "Firestore"
strategy:
matrix:
Expand Down Expand Up @@ -514,7 +505,6 @@ jobs:
if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request' || github.event_name == 'workflow_dispatch'
needs: package-head
env:
FRAMEWORK_DIR: "Firebase-actions-dir"
FIREBASECI_USE_LATEST_GOOGLEAPPMEASUREMENT: 1
runs-on: macos-13
steps:
Expand Down Expand Up @@ -548,7 +538,6 @@ jobs:
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
FRAMEWORK_DIR: "Firebase-actions-dir"
SDK: "InAppMessaging"
strategy:
matrix:
Expand Down Expand Up @@ -605,7 +594,6 @@ jobs:
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
FRAMEWORK_DIR: "Firebase-actions-dir"
SDK: "Messaging"
strategy:
matrix:
Expand Down Expand Up @@ -661,7 +649,6 @@ jobs:
env:
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
signin_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
FRAMEWORK_DIR: "Firebase-actions-dir"
SDK: "Storage"
strategy:
matrix:
Expand Down

0 comments on commit 3c299c4

Please sign in to comment.