This commit is contained in:
parent
bad525a520
commit
491aecdab9
1 changed files with 2 additions and 2 deletions
|
@ -19,6 +19,8 @@ jobs:
|
|||
curl -sL https://deb.nodesource.com/setup_16.x | bash -
|
||||
apt-get install -y nodejs
|
||||
npm install -g pkg grunt grunt-cli
|
||||
- name: Getting patches
|
||||
uses: actions/checkout@v4
|
||||
- name: Cloning source
|
||||
run: |
|
||||
git clone https://github.com/ONLYOFFICE/DocumentServer --recursive -b v$pkgver onlyoffice-document-server
|
||||
|
@ -26,8 +28,6 @@ jobs:
|
|||
git clone https://github.com/ONLYOFFICE/document-server-integration -b v$pkgver.$buildno onlyoffice-document-server/document-server-integration
|
||||
git clone https://github.com/ONLYOFFICE/document-templates -b v$pkgver.$buildno onlyoffice-document-server/document-templates
|
||||
git clone https://github.com/ONLYOFFICE/onlyoffice.github.io onlyoffice-document-server/onlyoffice.github.io
|
||||
- name: Getting patches
|
||||
uses: actions/checkout@v4
|
||||
- name: Applying patches
|
||||
run: |
|
||||
git -C onlyoffice-document-server/server apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/server.patch
|
||||
|
|
Loading…
Add table
Reference in a new issue