Commit d2f4057b006fa5a19230d304ded7769ca77810d0

Authored by Олександр Басенко
1 parent 3f5b01c13d
Exists in master

'release' is default branch

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -11,7 +11,7 @@
11 11 function clone_data()
12 12 {
13 13 if [ "$1" = $ODOO_REPO ]; then
14   - docker run -it --rm -v "$1":/webportal -w /webportal 2bas/repo /bin/bash "-c" "git clone --progress --branch online_service -v --depth 1 git@git.foss.com.ua:fossdoc/webportal.git .; exit;";
  14 + docker run -it --rm -v "$1":/webportal -w /webportal 2bas/repo /bin/bash "-c" "git clone --progress --branch release -v --depth 1 git@git.foss.com.ua:fossdoc/webportal.git .; exit;";
15 15 fi
16 16 }
17 17