From 2c0493bda7384681cbdc2718a7721d61772f9e79 Mon Sep 17 00:00:00 2001
From: Tristan Matthews <le.businessman@gmail.com>
Date: Thu, 9 Oct 2014 22:59:03 -0400
Subject: [PATCH] jenkins: move git actions out of script and into jenkins job

---
 jenkins-sflphone-android.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/jenkins-sflphone-android.sh b/jenkins-sflphone-android.sh
index 9d3f92442..b11634c19 100755
--- a/jenkins-sflphone-android.sh
+++ b/jenkins-sflphone-android.sh
@@ -119,11 +119,7 @@ retrieve_screenshots() {
 }
 
 build_sflphone_android() {
-
-    echo "----------------- Cleaning git tree"
-    git clean -dfx
-    git checkout master
-    git pull
+    echo "Build sflphone"
     ./compile.sh
 }
 
-- 
GitLab