forked from MapComplete/MapComplete
Attempt to get script working
This commit is contained in:
parent
3bf1b4f4fb
commit
a50f72f176
1 changed files with 3 additions and 3 deletions
|
@ -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 ./
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue