Scripts: attempt to push to android repo

This commit is contained in:
Pieter Vander Vennet 2025-06-17 17:48:45 +02:00
parent 65b56822a6
commit d47a9934fd

View file

@ -25,7 +25,7 @@ jobs:
- name: clone submodule - name: clone submodule
shell: bash shell: bash
run: | run: |
echo -e "[submodule \"android\"]\n\tpath = android\n\turl = https://bot:${{ env.BOT_PASSWORD }}@source.mapcomplete.org/MapComplete/android-wrapper.git" > .gitmodules echo -e "[submodule \"android\"]\n\tpath = android\n\turl = https://Bot:${{ env.BOT_PASSWORD }}@source.mapcomplete.org/MapComplete/android-wrapper.git" > .gitmodules
cat .gitmodules cat .gitmodules
git submodule init git submodule init
git submodule update git submodule update