Compare commits
44 commits
748136ba54
...
b23b60062c
Author | SHA1 | Date | |
---|---|---|---|
b23b60062c | |||
2d73ea6e06 | |||
459ecc1486 | |||
31accc20ef | |||
812c4710f8 | |||
23da6c4369 | |||
eb3f0d793f | |||
7026014a00 | |||
491aecdab9 | |||
bad525a520 | |||
d40449db40 | |||
11e79d4160 | |||
aab614a471 | |||
af061b9928 | |||
050817e10d | |||
9f397cb265 | |||
cb7d283416 | |||
0c52b5d884 | |||
081e2c2c21 | |||
2a0e13c0d3 | |||
428720e438 | |||
d8b72c1ad7 | |||
8089a1aa73 | |||
3bb039e9c2 | |||
f4c50c9bab | |||
4a0a7e0ebd | |||
d9b85940ac | |||
0d222eea9b | |||
7aff5cf496 | |||
b522b5f66e | |||
35b298d9d7 | |||
389c9d5535 | |||
2566f68d23 | |||
17f12cc751 | |||
649398c5e7 | |||
2b3fa22d16 | |||
cadb641aab | |||
fdeaf414e1 | |||
ae6618abc4 | |||
3e1151d01b | |||
3911d3b318 | |||
1efe7a7eb3 | |||
f51fb404cc | |||
ea6d80a3de |
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ jobs:
|
||||||
npm install -g pkg grunt grunt-cli
|
npm install -g pkg grunt grunt-cli
|
||||||
- name: Getting patches
|
- name: Getting patches
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Fetching sources
|
- name: Cloning source
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/ONLYOFFICE/DocumentServer --recursive -b v$pkgver build
|
git clone https://github.com/ONLYOFFICE/DocumentServer --recursive -b v$pkgver build
|
||||||
git clone https://github.com/ONLYOFFICE/build_tools.git -b v$pkgver.$buildno build/build_tools
|
git clone https://github.com/ONLYOFFICE/build_tools.git -b v$pkgver.$buildno build/build_tools
|
||||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
npm install -g pkg grunt grunt-cli
|
npm install -g pkg grunt grunt-cli
|
||||||
- name: Getting patches
|
- name: Getting patches
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Fetching sources
|
- name: Cloning source
|
||||||
run: |
|
run: |
|
||||||
git clone https://github.com/ONLYOFFICE/DocumentServer --recursive -b v$pkgver build
|
git clone https://github.com/ONLYOFFICE/DocumentServer --recursive -b v$pkgver build
|
||||||
git clone https://github.com/ONLYOFFICE/build_tools.git -b v$pkgver.$buildno build/build_tools
|
git clone https://github.com/ONLYOFFICE/build_tools.git -b v$pkgver.$buildno build/build_tools
|
||||||
|
|
Loading…
Add table
Reference in a new issue