aboutsummaryrefslogtreecommitdiff
path: root/linaro-hikey-stable-rc-4.4-merge-and-tag.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-08-24 21:20:18 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-08-24 21:20:18 +0300
commita482d068b07b42d148561cea6efe4c34c7011a0c (patch)
treebd5aaef0410b29065f9754d9522f5d6c22597144 /linaro-hikey-stable-rc-4.4-merge-and-tag.yaml
parent8abfce3bf7b963c12a675e758a6377199826f7e5 (diff)
linaro-hikey-stable-rc-4.4-merge-and-tag: set user name/email in the shell
Change-Id: Ic96c700f55d8fe6adc1c7705362db6f1515bcdc0 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'linaro-hikey-stable-rc-4.4-merge-and-tag.yaml')
-rw-r--r--linaro-hikey-stable-rc-4.4-merge-and-tag.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/linaro-hikey-stable-rc-4.4-merge-and-tag.yaml b/linaro-hikey-stable-rc-4.4-merge-and-tag.yaml
index f8533ed5a2..070c0b45bb 100644
--- a/linaro-hikey-stable-rc-4.4-merge-and-tag.yaml
+++ b/linaro-hikey-stable-rc-4.4-merge-and-tag.yaml
@@ -41,7 +41,10 @@
- shell: |
#!/bin/bash
- set -ex
+ set -e
+
+ git config --global user.name "Linaro CI"
+ git config --global user.email "ci_notify@linaro.org"
# Find out the kernel version and bail out if it is not a RC
git checkout -B linux-4.4.y linux-stable-rc-4.4/linux-4.4.y