forked from MapComplete/MapComplete
Attempt to get scripts working
This commit is contained in:
parent
535034b2d5
commit
472517e564
1 changed files with 1 additions and 4 deletions
|
@ -23,10 +23,7 @@ jobs:
|
||||||
- name: clone submodule
|
- name: clone submodule
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo -e "[submodule \"android\"]\n\tpath = android\n\turl = https://source.mapcomplete.org/MapComplete/android-wrapper.git" > .gitmodules
|
git pull --prune --recurse-submodules --force
|
||||||
cat .gitmodules
|
|
||||||
git submodule init
|
|
||||||
git submodule update
|
|
||||||
cd android
|
cd android
|
||||||
git config --global --add safe.directory $(pwd)
|
git config --global --add safe.directory $(pwd)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue