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