Spaces:
Runtime error
Runtime error
updates
Browse files
start.sh
CHANGED
|
@@ -14,6 +14,7 @@ git config --global --add safe.directory /app/olas-predict-benchmark/benchmark/m
|
|
| 14 |
# Ensure you're in the right directory before running git checkout
|
| 15 |
cd /app/olas-predict-benchmark
|
| 16 |
git checkout main
|
|
|
|
| 17 |
git fetch --all
|
| 18 |
git branch -a
|
| 19 |
git checkout fix/mech-packages || git checkout -b fix/mech-packages origin/fix/mech-packages
|
|
|
|
| 14 |
# Ensure you're in the right directory before running git checkout
|
| 15 |
cd /app/olas-predict-benchmark
|
| 16 |
git checkout main
|
| 17 |
+
git fetch origin fix/mech-packages:fix/mech-packages
|
| 18 |
git fetch --all
|
| 19 |
git branch -a
|
| 20 |
git checkout fix/mech-packages || git checkout -b fix/mech-packages origin/fix/mech-packages
|