aboutsummaryrefslogtreecommitdiff
path: root/infrastructure-patchwork-tools.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-10-08 09:24:19 +0300
committerLinaro Code Review <review@review.linaro.org>2015-10-08 06:25:59 +0000
commit7cf1052654a420c24d9d9d785b76b229471ecc2e (patch)
treefeb200151e6fe568df72dd06aa501b9668cb8344 /infrastructure-patchwork-tools.yaml
parent98c3d27624888508e24e00c9c3fc0e4a755c88b1 (diff)
infrastructure-patchwork-tools: get rid of git config
it seems unecessary as we can see on llp job. Change-Id: I70b60e7f4913d04dce5fc1cce48540844e3de912 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'infrastructure-patchwork-tools.yaml')
-rw-r--r--infrastructure-patchwork-tools.yaml3
1 files changed, 0 insertions, 3 deletions
diff --git a/infrastructure-patchwork-tools.yaml b/infrastructure-patchwork-tools.yaml
index cf672a4b61..3387dbf593 100644
--- a/infrastructure-patchwork-tools.yaml
+++ b/infrastructure-patchwork-tools.yaml
@@ -44,9 +44,6 @@
rm -rf $WORKSPACE/*
sudo apt-get install -y python-dev python-virtualenv git python-flake8
- git config --global user.email "unittest@example.com"
- git config --global user.name "unit test"
-
git clone https://git.linaro.org/$GERRIT_PROJECT -b $GERRIT_BRANCH
cd *
git log -n1