forked from Tencent/MedicalNet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.orange-ci.yml
33 lines (32 loc) · 836 Bytes
/
.orange-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
master:
merge_request:
- stages:
- name: make commitlist
type: git:commitList
options:
toFile: commits-data.json
- name: do commitlint
image: csighub.tencentyun.com/plugins/commitlint
settings:
from_file: commits-data.json
push:
- network: idc-ai-sse4
stages:
- name: testing phase
image: cshwhale/dockerfiles:latest
commands:
- python train.py --ci_test
$:
tag_push:
- stages:
- name: changelog
type: git:changeLog
options:
filename: CHANGELOG.md
target: master
envExport:
latestChangeLog: LATEST_CHANGE_LOG
- name: upload release
type: git:release
options:
description: ${LATEST_CHANGE_LOG}