We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151206a commit 62b0a7dCopy full SHA for 62b0a7d
integration/benchnet2/Makefile
@@ -89,7 +89,8 @@ k8s-test-network-accessibility:
89
90
clone-flow: clean-flow
91
# 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
+ git clone https://github.com/onflow/flow-go.git
93
+ git checkout $(REF_FOR_BOOTSTRAP)
94
95
clean-flow:
96
rm -rf flow-go
0 commit comments