Skip to content
Snippets Groups Projects
Commit 1e9eff61 authored by garciadeblas's avatar garciadeblas
Browse files

Change in git_functions to fetch instead of pull


Change-Id: Ibf0c0ad9b5a3e9dec93da2392ea3643cfe21fe21
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent f6341641
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment