Scripts: attempt to push to android repo

This commit is contained in:
Pieter Vander Vennet 2025-06-17 17:10:24 +02:00
parent 824983a4bc
commit a806875a56

View file

@ -12,6 +12,7 @@ jobs:
- uses: https://source.mapcomplete.org/actions/checkout@v4
with:
persist-credentials: true
submodules: true
- uses: https://source.mapcomplete.org/actions/setup-android@v3.2.2
@ -22,14 +23,6 @@ jobs:
cache: "npm"
cache-dependency-path: package-lock.json
- 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
- name: Update android repo
run: |
ls