From 1e9eff61fe6d143a798b8b9bcef40df437e73e95 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 15 Mar 2017 10:23:03 +0100 Subject: [PATCH] Change in git_functions to fetch instead of pull Change-Id: Ibf0c0ad9b5a3e9dec93da2392ea3643cfe21fe21 Signed-off-by: garciadeblas --- jenkins/common/git_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/common/git_functions b/jenkins/common/git_functions index afd0962b..e5b79845 100644 --- a/jenkins/common/git_functions +++ b/jenkins/common/git_functions @@ -12,7 +12,7 @@ OSM_git_checkout() { if [ -d $OSM_MDG ]; then INFO "reusing existing workspace" cd $OSM_MDG - GIT pull --all + GIT fetch --all --tags #git checkout master #to make sure that we are in the right branch before pulling the code #git pull else -- 2.25.1