forked from MapComplete/MapComplete
Scripts: attempt to push to android repo
This commit is contained in:
parent
824983a4bc
commit
a806875a56
1 changed files with 1 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue