MOBILE-4090 scripts: Remove integration branch for local_moodlemobileapp
parent
3edb08dffd
commit
ff2f342905
|
@ -14,7 +14,7 @@ print_title 'Generating language from code...'
|
||||||
npx gulp lang
|
npx gulp lang
|
||||||
|
|
||||||
print_title 'Getting local mobile langs'
|
print_title 'Getting local mobile langs'
|
||||||
git clone --branch integration --depth 1 https://github.com/moodlehq/moodle-local_moodlemobileapp.git ../../moodle-local_moodlemobileapp
|
git clone --branch master --depth 1 https://github.com/moodlehq/moodle-local_moodlemobileapp.git ../../moodle-local_moodlemobileapp
|
||||||
|
|
||||||
if [ -z $forceLang ]; then
|
if [ -z $forceLang ]; then
|
||||||
get_languages
|
get_languages
|
||||||
|
|
Loading…
Reference in New Issue