Skip to content

Commit 1a272f8

Browse files
committedOct 7, 2022
[apps] Remove fabric-tester submodule
1 parent fc13df4 commit 1a272f8

File tree

3 files changed

+0
-11
lines changed

3 files changed

+0
-11
lines changed
 

‎.gitmodules

-5
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,3 @@
88
url = git@github.com:expo/react-native.git
99
branch = exp-latest
1010
update = checkout
11-
[submodule "apps/fabric-tester"]
12-
path = apps/fabric-tester
13-
url = git@github.com:expo/fabric-tester.git
14-
branch = main
15-
update = checkout

‎apps/eas-expo-go/scripts/eas-build-pre-install.sh

-5
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,6 @@ cat << EOF > $ROOT_DIR/.gitmodules
2121
url = https://github.com/expo/react-native.git
2222
branch = exp-latest
2323
update = checkout
24-
[submodule "apps/fabric-tester"]
25-
path = apps/fabric-tester
26-
url = https://github.com/expo/fabric-tester.git
27-
branch = main
28-
update = checkout
2924
EOF
3025

3126
git submodule update --init

‎apps/fabric-tester

-1
This file was deleted.

0 commit comments

Comments
 (0)
Please sign in to comment.