forked from MapComplete/MapComplete
Attempt to get script working
This commit is contained in:
parent
8f6a9de184
commit
a45c7e5dd2
1 changed files with 4 additions and 5 deletions
|
@ -20,10 +20,6 @@ jobs:
|
||||||
cache: "npm"
|
cache: "npm"
|
||||||
cache-dependency-path: package-lock.json
|
cache-dependency-path: package-lock.json
|
||||||
|
|
||||||
- name: install deps
|
|
||||||
run: npm ci
|
|
||||||
shell: bash
|
|
||||||
|
|
||||||
- name: clone submodule
|
- name: clone submodule
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
@ -33,8 +29,11 @@ jobs:
|
||||||
cd android
|
cd android
|
||||||
git config --global --add safe.directory $(pwd)
|
git config --global --add safe.directory $(pwd)
|
||||||
git remote -v
|
git remote -v
|
||||||
git pull source main
|
git pull origin main
|
||||||
|
|
||||||
|
- name: install deps
|
||||||
|
run: npm ci
|
||||||
|
|
||||||
- name: Move dependency (@capacitor) into android repo
|
- name: Move dependency (@capacitor) into android repo
|
||||||
run: |
|
run: |
|
||||||
cp -r ../node_modules/@capacitor ./
|
cp -r ../node_modules/@capacitor ./
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue