This commit is contained in:
Antoine Martin 2024-08-23 16:23:18 -04:00
parent ae6618abc4
commit fdeaf414e1
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 --recursive-submodules -b v$pkgver onlyoffice-document-server run: git clone https://github.com/ONLYOFFICE/DocumentServer --recursive -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