mirror of
https://github.com/haiwen/seahub.git
synced 2025-04-28 03:10:45 +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
|
||||
run: |
|
||||
git clone --depth=1 --branch=master https://github.com/haiwen/seafile-test-deploy /tmp/seafile-test-deploy
|
||||
cd /tmp/seafile-test-deploy && git fetch origin master:master && git checkout master
|
||||
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 11.0:11.0 && git checkout 11.0
|
||||
./bootstrap.sh
|
||||
|
||||
- name: pip install
|
||||
|
Loading…
Reference in New Issue
Block a user