Compare commits
3 commits
b23b60062c
...
748136ba54
Author | SHA1 | Date | |
---|---|---|---|
748136ba54 | |||
26497e918b | |||
21715b3847 |
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@ jobs:
|
|||
npm install -g pkg grunt grunt-cli
|
||||
- name: Getting patches
|
||||
uses: actions/checkout@v4
|
||||
- name: Cloning source
|
||||
- name: Fetching sources
|
||||
run: |
|
||||
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
|
||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
|||
npm install -g pkg grunt grunt-cli
|
||||
- name: Getting patches
|
||||
uses: actions/checkout@v4
|
||||
- name: Cloning source
|
||||
- name: Fetching sources
|
||||
run: |
|
||||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue