cnbcool/contrib-upload:latest
UPLOAD_TOKEN:string 必填,用于后期结果上传校验SIMPLY_BODY_JSON:string 必填,缩略数据上传的结果,json 格式TREND_BODY_JSON:string 必填,趋势数据上传的结果,json 格式master:
push:
- stages:
- name: repo stats
image: cnbcool/contrib-stats
- name: show repo contributor
script: cat contributors.json
- name: upload contributor result
image: cnbcool/contrib-upload:latest
settings:
UPLOAD_TOKEN: ${UPLOAD_TOKEN}
SIMPLY_BODY_JSON: ${SIMPLY_BODY_JSON}
TREND_BODY_JSON: ${TREND_BODY_JSON}