9 Star 168 Fork 31

guolong/dbfaker

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.drone.yml 995 Bytes
一键复制 编辑 原始数据 按行查看 历史
guolong 提交于 2022-06-22 12:05 . update .drone.yml.
name: dafaker-ci
kind: pipeline
type: docker
workspace:
base: /srv/drone-demo
path: .
#label has default values
#environment:
# PLUGIN_GITEE_RUNNING_LABEL: drone-build/running,E6A23C
# PLUGIN_GITEE_SUCCESS_LABEL: drone-build/success,67C23A
# PLUGIN_GITEE_FAILURE_LABEL: drone-build/failure,DB2828
steps:
- name: start
pull: always
image: kit101z/drone-plugin-gitee-pulls
settings:
# should set `is_running: true` in the first step
is_running: true
access_token:
from_secret: GITEE_TOKEN
when:
event:
- pull_request
- name: build
image: python:3.7
commands:
- pip3 install -r dbfaker/requirements.txt -i https://mirrors.aliyun.com/pypi/simple/
- python3 setup.py install
- name: pr-enhance/end
image: kit101z/drone-plugin-gitee-pulls
settings:
access_token:
from_secret: GITEE_TOKEN
when:
event:
- pull_request
status:
- failure
- success
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/guojongg/dbfaker.git
[email protected]:guojongg/dbfaker.git
guojongg
dbfaker
dbfaker
develop

搜索帮助