Skip to content

Commit 62b0a7d

Browse files
committed
Update clone command to do checkout rather than clone branch
1 parent 151206a commit 62b0a7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration/benchnet2/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ k8s-test-network-accessibility:
8989

9090
clone-flow: clean-flow
9191
# this cloned repo will be used for generating bootstrap info specific to that tag / version
92-
git clone --depth 1 --branch $(REF_FOR_BOOTSTRAP) https://github.com/onflow/flow-go.git --single-branch
92+
git clone https://github.com/onflow/flow-go.git
93+
git checkout $(REF_FOR_BOOTSTRAP)
9394

9495
clean-flow:
9596
rm -rf flow-go

0 commit comments

Comments
 (0)