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