mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-04 08:54:39 +00:00
[CI] Use master branch from libsearpc and ccnet-server for testing.
This commit is contained in:
@@ -29,6 +29,7 @@ before_install:
|
|||||||
- export PATH=/usr/lib/ccache:${PATH}
|
- export PATH=/usr/lib/ccache:${PATH}
|
||||||
install:
|
install:
|
||||||
- "./ci/install-deps.sh"
|
- "./ci/install-deps.sh"
|
||||||
|
- pip install future
|
||||||
script:
|
script:
|
||||||
- "./ci/run.py"
|
- "./ci/run.py"
|
||||||
notifications:
|
notifications:
|
||||||
|
@@ -142,7 +142,7 @@ class Libsearpc(Project):
|
|||||||
super(Libsearpc, self).__init__('libsearpc')
|
super(Libsearpc, self).__init__('libsearpc')
|
||||||
|
|
||||||
def branch(self):
|
def branch(self):
|
||||||
return '7.0'
|
return 'master'
|
||||||
|
|
||||||
|
|
||||||
class CcnetServer(Project):
|
class CcnetServer(Project):
|
||||||
@@ -150,7 +150,7 @@ class CcnetServer(Project):
|
|||||||
super(CcnetServer, self).__init__('ccnet-server')
|
super(CcnetServer, self).__init__('ccnet-server')
|
||||||
|
|
||||||
def branch(self):
|
def branch(self):
|
||||||
return '7.0'
|
return 'master'
|
||||||
|
|
||||||
|
|
||||||
class SeafileServer(Project):
|
class SeafileServer(Project):
|
||||||
|
Reference in New Issue
Block a user