19 lines
356 B
YAML
19 lines
356 B
YAML
Global:
|
|
version: "2.0"
|
|
group_email: hac@baidu.com
|
|
Default:
|
|
profile:
|
|
- build
|
|
Profiles:
|
|
- profile:
|
|
name: build
|
|
mode: AGENT
|
|
environment:
|
|
image: DECK_STD_CENTOS7
|
|
tools:
|
|
- python: 3.10.10
|
|
build:
|
|
command: sh build.sh
|
|
excludeTools: []
|
|
artifacts:
|
|
release: true |