|
|
@@ -2,17 +2,10 @@ clone:
|
|
|
depth: 50
|
|
|
recursive: true
|
|
|
path: development-manual
|
|
|
-build:
|
|
|
- image: docker.i2erp.cn/golang:1.13
|
|
|
- commands:
|
|
|
- - git clone -b feature https://git.i2erp.cn/packages/light-apiengine-feature.git $GOPATH/src/git.qianqiusoft.com/qianqiusoft/light-apiengine
|
|
|
- - git clone -b v2 https://git.i2erp.cn/packages/light-apiengine-client.git $GOPATH/src/git.qianqiusoft.com/qianqiusoft/light-apiengine-client
|
|
|
- - git checkout
|
|
|
publish:
|
|
|
- docker:
|
|
|
- registry: docker.i2erp.cn
|
|
|
- email: develop@i2erp.cn
|
|
|
- repo: docker.i2erp.cn/development-manual
|
|
|
- tag:
|
|
|
- - latest
|
|
|
-
|
|
|
+ image: plugins/docker
|
|
|
+ registry: docker.i2erp.cn
|
|
|
+ email: develop@i2erp.cn
|
|
|
+ repo: docker.i2erp.cn/e-school-backend
|
|
|
+ tag:
|
|
|
+ - latest
|