Attempt to get script working

This commit is contained in:
Pieter Vander Vennet 2025-06-19 18:00:08 +02:00
parent 3bf1b4f4fb
commit a50f72f176

View file

@ -23,17 +23,17 @@ 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
echo -e "[submodule \"android\"]\n\tpath = android\n\turl = https://source.mapcomplete.org/MapComplete/android-wrapper" > .gitmodules
cat .gitmodules
git submodule update
cd android
git config --global --add safe.directory $(pwd)
git remote -v
git pull origin main
git pull origin refs/heads/main
- name: install deps
run: npm ci
- name: Move dependency (@capacitor) into android repo
run: |
cp -r ../node_modules/@capacitor ./