2 Star 2 Fork 4

Hyperledger/cello

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
azure-pipelines.yml 1.48 KB
一键复制 编辑 原始数据 按行查看 历史
Baohua Yang 提交于 2024-10-24 01:40 +08:00 . Remove the unused ansible-agent image
# Starter pipeline
# Start with a minimal pipeline that you can customize to build and deploy your code.
# Add steps that build, run tests, deploy, and more:
# https://aka.ms/yaml
trigger:
- main
pool:
vmImage: "ubuntu-18.04"
variables:
- group: credentials
stages:
- stage: PreCheck
displayName: Check license and documents
jobs:
- job: CheckLicenseAndDocs
condition: false
steps:
- template: ci/check-license-and-docs.yml
- stage: ProcessComponents
displayName: ProcessComponents
condition: false
jobs:
- template: ci/process-components.yml
parameters:
param:
- name: dashandapi
pretest: "dashandapi_pre.yml"
posttest: "dashandapi_post.yml"
images:
- imagename: "hyperledger/cello-api-engine"
dockerfile: "build_image/docker/common/api-engine/Dockerfile.in"
- imagename: "hyperledger/cello-nginx"
dockerfile: "build_image/docker/common/nginx/Dockerfile.in"
- imagename: "hyperledger/cello-dashboard"
dockerfile: "build_image/docker/common/dashboard/Dockerfile.in"
# - name: fabricoperator
# images:
# - imagename: "hyperledger/cello-k8s-operator-agent"
# dockerfile: "src/agent/fabric-operator/agent/Dockerfile"
# - imagename: "hyperledger/cello-k8s-operator-controller"
# dockerfile: "src/agent/fabric-operator/Dockerfile"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyperledger/cello.git
git@gitee.com:hyperledger/cello.git
hyperledger
cello
cello
main

搜索帮助