Skip to content
Snippets Groups Projects
Commit 26b0eec1 authored by Boris Basic's avatar Boris Basic
Browse files

Don't update the local repository

parent f241e9e0
No related branches found
No related tags found
No related merge requests found
......@@ -141,13 +141,6 @@ if exist %install_path% (
if /i "%clone%" equ "y" (
rd /s/q %install_path% 2>nul
git clone -b %version% https://gitlab.pam-retd.fr/otm/telemac-mascaret.git %install_path% || exit /b 0
) else (
pushd %install_path%
echo Switching to %version% branch...
git switch %version% || exit /b 0
echo Updating %version% branch...
git pull --rebase || exit /b 0
popd
)
rem **********************
......
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