Skip to content

Commit 2e6c49a

Browse files
authored
Merge pull request #60 from laincloud/filter
use filters: constraint:group==default by default
2 parents b48023e + 8e33cf5 commit 2e6c49a

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

lain.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@ appname: console
33
build:
44
base: laincloud/centos-lain:20180103
55
prepare:
6-
version: "20171212"
6+
version: "20171213"
77
script:
8-
- mkdir -p /root/.pip
9-
- cp -f pip.conf /root/.pip/pip.conf
108
- yum install -y yum-plugin-ovl
119
- yum install -y gcc-c++
1210
- git clone --depth=1 https://github.com/golang/sys.git $GOPATH/src/golang.org/x/sys
@@ -29,7 +27,7 @@ test:
2927
script:
3028
- mkdir /lain/logs/
3129
- make pylint test
32-
- CONSOLE_DEBUG=1 py.test --cov=.
30+
- CONSOLE_DEBUG=1 py.test --cov=.
3331

3432
web:
3533
cmd: /lain/app/archon.sh

pip-req.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ pyjwt==1.4.0
2626
netaddr==0.7.18
2727
raven==5.13.0
2828
mysqlclient==1.3.10
29-
lain-sdk==2.4.0
29+
lain-sdk==2.5.1
3030
-e git+https://github.com/projectcalico/[email protected]#egg=pycalico-0.8.0-dev

0 commit comments

Comments
 (0)