aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVishal Bhoj <vishal.bhoj@linaro.org>2020-11-25 16:48:34 +0000
committerVishal Bhoj <vishal.bhoj@linaro.org>2020-11-25 16:48:34 +0000
commit94f8d633d17a2341ac07ece712483a564f650304 (patch)
tree898439646e8014bc74b1b9c4104e5cdb2555e2ab
parent885847ab3324eaf4d6d336cdc7e5edf77096330d (diff)
armnn-ci-build: Don't use bash
Signed-off-by: Vishal Bhoj <vishal.bhoj@linaro.org> Change-Id: If91c2711c071add952fa80e891f856bcd4ea3e46
-rw-r--r--armnn-ci-build.yaml1
1 files changed, 0 insertions, 1 deletions
diff --git a/armnn-ci-build.yaml b/armnn-ci-build.yaml
index bd9e162104..5d55423797 100644
--- a/armnn-ci-build.yaml
+++ b/armnn-ci-build.yaml
@@ -62,7 +62,6 @@
variable: QA_REPORTS_TOKEN
builders:
- shell: |
- #!/bin/bash -ex
git clone https://github.com/K1504296/armnn-ci.git
cd armnn-ci && sh arm-builders.sh
- shell: |