logo
0
0
WeChat Login

上传仓库贡献者数据

镜像

 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}

About

No description, topics, or website provided.
Language
Shell57.3%
Markdown30.1%
Dockerfile7.8%
gitignore4.9%