Skip to content

Commit 7951a24

Browse files
committed
finish
1 parent 164253b commit 7951a24

File tree

5 files changed

+0
-21
lines changed

5 files changed

+0
-21
lines changed

.github/workflows/analytics.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
DEVICE: ${{ matrix.device }}
6464
SCHEME: ${{ matrix.scheme }}
6565
DIR: analytics
66-
XCODE_VERSION: ${{ matrix.xcode }}
6766
steps:
6867
- name: Checkout
6968
uses: actions/checkout@master

.github/workflows/firebaseai.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ jobs:
4242
OS: ${{ matrix.platform }}
4343
DEVICE: ${{ matrix.device }}
4444
TEST: false
45-
<<<<<<< Updated upstream
46-
XCODE_VERSION: ${{ matrix.xcode }}
47-
=======
48-
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
49-
>>>>>>> Stashed changes
5045
steps:
5146
- name: Checkout
5247
uses: actions/checkout@master

.github/workflows/functions.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ jobs:
5151
OS: ${{ matrix.os }}
5252
DEVICE: ${{ matrix.device }}
5353
TEST: false
54-
<<<<<<< Updated upstream
55-
XCODE_VERSION: ${{ matrix.xcode }}
56-
=======
57-
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
58-
>>>>>>> Stashed changes
5954
steps:
6055
- name: Checkout
6156
uses: actions/checkout@master

.github/workflows/performance.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ jobs:
7777
OS: ${{ matrix.os }}
7878
DEVICE: ${{ matrix.device }}
7979
TEST: ${{ matrix.test }}
80-
<<<<<<< Updated upstream
81-
XCODE_VERSION: ${{ matrix.xcode }}
82-
=======
83-
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
84-
>>>>>>> Stashed changes
8580
steps:
8681
- name: Checkout
8782
uses: actions/checkout@master

.github/workflows/storage.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,6 @@ jobs:
7777
OS: ${{ matrix.os }}
7878
DEVICE: ${{ matrix.device }}
7979
TEST: false
80-
<<<<<<< Updated upstream
81-
XCODE_VERSION: ${{ matrix.xcode }}
82-
=======
83-
DEVELOPER_DIR: /Applications/Xcode_${{ matrix.xcode }}.app/Contents/Developer
84-
>>>>>>> Stashed changes
8580
steps:
8681
- name: Checkout
8782
uses: actions/checkout@master

0 commit comments

Comments
 (0)