Attempt to get scripts working

This commit is contained in:
Pieter Vander Vennet 2025-06-19 16:14:44 +02:00
parent 535034b2d5
commit 472517e564

View file

@ -23,10 +23,7 @@ jobs:
- name: clone submodule
shell: bash
run: |
echo -e "[submodule \"android\"]\n\tpath = android\n\turl = https://source.mapcomplete.org/MapComplete/android-wrapper.git" > .gitmodules
cat .gitmodules
git submodule init
git submodule update
git pull --prune --recurse-submodules --force
cd android
git config --global --add safe.directory $(pwd)