arshy commited on
Commit
87d8300
1 Parent(s): df680e1
Files changed (1) hide show
  1. start.sh +1 -0
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 fetch --all
 
17
  git checkout fix/mech-packages || git checkout -b fix/mech-packages origin/fix/mech-packages
18
  cd ..
19
 
 
14
  # Ensure you're in the right directory before running git checkout
15
  cd /app/olas-predict-benchmark
16
  git fetch --all
17
+ git branch -a
18
  git checkout fix/mech-packages || git checkout -b fix/mech-packages origin/fix/mech-packages
19
  cd ..
20