mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-28 19:51:34 +00:00
use seafile-test-deploy 11.0 branch (#6237)
* use seafile-test-deploy 11.0 branch * update
This commit is contained in:
parent
32c4ee62c0
commit
2f0d315bd9
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
@ -25,8 +25,8 @@ jobs:
|
|||||||
|
|
||||||
- name: clone and build
|
- name: clone and build
|
||||||
run: |
|
run: |
|
||||||
git clone --depth=1 --branch=master https://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy
|
git clone --depth=1 --branch=11.0 https://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy
|
||||||
cd /tmp/seafile-test-deploy && git fetch origin master:master && git checkout master
|
cd /tmp/seafile-test-deploy && git fetch origin 11.0:11.0 && git checkout 11.0
|
||||||
./bootstrap.sh
|
./bootstrap.sh
|
||||||
|
|
||||||
- name: pip install
|
- name: pip install
|
||||||
|
Loading…
Reference in New Issue
Block a user