Attempt to get script working

This commit is contained in:
Pieter Vander Vennet 2025-06-19 18:03:11 +02:00
parent 6bc35fba6b
commit b9d3a397e8

View file

@ -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