Skip to content

Commit 4c417d1

Browse files
authored
test(setup-test-network): use semiotic-ai local-network fork (#742)
1 parent 73e766a commit 4c417d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup-test-network.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ pwd
114114

115115
# Clone local-network repo if it doesn't exist
116116
if [ ! -d "local-network" ]; then
117-
git clone https://github.com/edgeandnode/local-network.git
117+
git clone https://github.com/semiotic-ai/local-network.git
118118
cd local-network
119-
# Checkout to a specific commit that is known to work
120-
git checkout ad98716661b033dd5e4cb9f09cebb80dba954c2d
119+
# Checkout to a branch with no dipper
120+
git checkout suchapalaver/main-no-dipper
121121
cd ..
122122
fi
123123

0 commit comments

Comments
 (0)