forked from MapComplete/MapComplete
Attempt to get script working
This commit is contained in:
parent
6bc35fba6b
commit
b9d3a397e8
1 changed files with 2 additions and 1 deletions
|
@ -25,7 +25,8 @@ jobs:
|
|||
run: |
|
||||
echo -e "[submodule \"android\"]\n\tpath = android\n\turl = https://source.mapcomplete.org/MapComplete/android-wrapper" > .gitmodules
|
||||
cat .gitmodules
|
||||
git submodule update
|
||||
git submodule init
|
||||
git submodule update --init --recursive
|
||||
cd android
|
||||
git config --global --add safe.directory $(pwd)
|
||||
git remote -v
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue