aboutsummaryrefslogtreecommitdiff
path: root/armnn-ci-benchmarking.yaml
diff options
context:
space:
mode:
authorTheodore Grey <theodore.grey@linaro.org>2020-03-20 15:22:10 +0000
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2020-03-20 15:24:27 +0000
commitdf855648070346bc55da2eb8bfba44ec05e23475 (patch)
tree7a17bc15533cc12cff9c698e851cce726136c2ef /armnn-ci-benchmarking.yaml
parent6a6c0adc4bf8e01550c156a43b43308dd45f002d (diff)
armnn-ci-benchmarking: fixing jq statement
Change-Id: I457f5610316dd3f68a13fc77e490a1c5f8b0c6a4
Diffstat (limited to 'armnn-ci-benchmarking.yaml')
-rw-r--r--armnn-ci-benchmarking.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/armnn-ci-benchmarking.yaml b/armnn-ci-benchmarking.yaml
index 5c001c36b0..1564ea4398 100644
--- a/armnn-ci-benchmarking.yaml
+++ b/armnn-ci-benchmarking.yaml
@@ -51,8 +51,8 @@
sudo apt-get install -y --no-install-recommends python-pip virtualenv python-dev python3-dev
wget https://snapshots.linaro.org/components/armnn-master/latest/buildInfo.json
- LAVA_ID=( $(jq '.LAVA_ID' buildInfo.json))
- BUILD_NUM_ORIGIN=( $(jq '.BUILD_NUMBER' buildInfo.json))
+ LAVA_ID=( $(jq -r '.LAVA_ID' buildInfo.json))
+ BUILD_NUM_ORIGIN=( $(jq -r '.BUILD_NUMBER' buildInfo.json))
git clone https://github.com/Linaro/lava-test-plans.git