Unverified Commit 0adba915 authored by Kevin H. Luu's avatar Kevin H. Luu Committed by GitHub
Browse files

[CI] Fix benchmark script level (#16089)

parent 4285e423
...@@ -5,8 +5,8 @@ ...@@ -5,8 +5,8 @@
set -ex set -ex
set -o pipefail set -o pipefail
# cd into parent directory of this file # cd 2 levels into the working directory
cd "$(dirname "${BASH_SOURCE[0]}")/.." cd "$(dirname "${BASH_SOURCE[0]}")/../.."
(which wget && which curl) || (apt-get update && apt-get install -y wget curl) (which wget && which curl) || (apt-get update && apt-get install -y wget curl)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment