aboutsummaryrefslogtreecommitdiff
path: root/lkft-hikey-android-8.1-4.9.yaml
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2018-09-14 00:08:00 +0800
committerYongqin Liu <yongqin.liu@linaro.org>2018-09-14 00:25:01 +0800
commit94e20738db7f2c3727a74555bc601b7ba8ce16a2 (patch)
tree7472c20a4f64c938701d39d3313644e31fcc4a61 /lkft-hikey-android-8.1-4.9.yaml
parenta0c9a2afa7aa9771be652249c914ffe585542ba2 (diff)
lkft hikey 8.1 builds: set user.email and user.name to make git revert work
otherwise it will report error like here: https://ci.linaro.org/job/lkft-hikey-android-8.1-4.9/81/console Also disable the shallow-clone to make the revert work Change-Id: Iff48f4f578932c0b0028f3b95827e38c6437b52a Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'lkft-hikey-android-8.1-4.9.yaml')
-rw-r--r--lkft-hikey-android-8.1-4.9.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/lkft-hikey-android-8.1-4.9.yaml b/lkft-hikey-android-8.1-4.9.yaml
index bf56bd90..6dbce0d0 100644
--- a/lkft-hikey-android-8.1-4.9.yaml
+++ b/lkft-hikey-android-8.1-4.9.yaml
@@ -57,7 +57,7 @@
branches:
- origin/${KERNEL_BRANCH}
skip-tag: true
- shallow-clone: true
+ shallow-clone: false
wipe-workspace: false
wrappers:
- timestamps
@@ -80,7 +80,12 @@
variable: AP_KEY
builders:
- shell: |
+ #!/bin/bash
+
+ git config --global user.email "ci_notify@linaro.org"
+ git config --global user.name "Linaro CI"
git revert --no-edit bbab5cb8a5bd598af247d9eaf5a3033e7d12104e
+
- shell:
!include-raw:
- lkft/hikey-aosp/builders.sh