git clone with submodules
This commit is contained in:
parent
3e1151d01b
commit
ae6618abc4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Getting patches
|
||||
uses: actions/checkout@v4
|
||||
- name: Cloning document server source
|
||||
run: git clone https://github.com/ONLYOFFICE/DocumentServer -b v$pkgver onlyoffice-document-server
|
||||
run: git clone https://github.com/ONLYOFFICE/DocumentServer --recursive-submodules -b v$pkgver onlyoffice-document-server
|
||||
- name: Cloning build tools
|
||||
run: git clone https://github.com/ONLYOFFICE/build_tools.git -b v$pkgver.$buildno onlyoffice-document-server/build_tools
|
||||
- name: Cloning document server integration
|
||||
|
|
Loading…
Add table
Reference in a new issue