Spaces:
Runtime error
Runtime error
updates
Browse files
start.sh
CHANGED
@@ -13,6 +13,7 @@ git config --global --add safe.directory /app/olas-predict-benchmark/benchmark/m
|
|
13 |
|
14 |
# Ensure you're in the right directory before running git checkout
|
15 |
cd /app/olas-predict-benchmark
|
|
|
16 |
git checkout fix/mech-packages || echo "Branch 'fix/mech-packages' not found."
|
17 |
cd ../..
|
18 |
|
|
|
13 |
|
14 |
# Ensure you're in the right directory before running git checkout
|
15 |
cd /app/olas-predict-benchmark
|
16 |
+
ls -la
|
17 |
git checkout fix/mech-packages || echo "Branch 'fix/mech-packages' not found."
|
18 |
cd ../..
|
19 |
|