Spaces:
Runtime error
Runtime error
updates
Browse files- .gitmodules +4 -0
- start.sh +1 -0
.gitmodules
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[submodule "olas-predict-benchmark"]
|
2 |
+
path = olas-predict-benchmark
|
3 |
+
url = https://github.com/valory-xyz/olas-predict-benchmark.git
|
4 |
+
branch = fix/mech-packages
|
start.sh
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Update and initialize submodules recursively
|
|
|
4 |
git submodule update --init --recursive
|
5 |
|
6 |
# Checkout specific branches for your submodules
|
|
|
1 |
#!/bin/bash
|
2 |
|
3 |
# Update and initialize submodules recursively
|
4 |
+
git submodule init
|
5 |
git submodule update --init --recursive
|
6 |
|
7 |
# Checkout specific branches for your submodules
|