Commit 95c86d5d authored by Isuru Fernando's avatar Isuru Fernando
Browse files

Run asv machine only if it hasn't been run before

parent 7b8b5553
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -27,7 +27,10 @@ if [[ ! -z "$CI" ]]; then
  fi
fi

if [[ ! -f ~/.asv-machine.json ]]; then
  asv machine --yes
fi

master_commit=`git rev-parse master`
test_commit=`git rev-parse HEAD`