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,13 +23,13 @@ jobs:
|
||||||
- name: clone submodule
|
- name: clone submodule
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
cat .gitmodules
|
||||||
git submodule update
|
git submodule update
|
||||||
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 origin main
|
git pull origin refs/heads/main
|
||||||
|
|
||||||
- name: install deps
|
- name: install deps
|
||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue