git clone with submodules

This commit is contained in:
Antoine Martin 2024-08-23 16:21:53 -04:00
parent 3e1151d01b
commit ae6618abc4
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -18,7 +18,7 @@ jobs:
- name: Getting patches - name: Getting patches
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Cloning document server source - 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 - name: Cloning build tools
run: git clone https://github.com/ONLYOFFICE/build_tools.git -b v$pkgver.$buildno onlyoffice-document-server/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 - name: Cloning document server integration