8 Star 140 Fork 3

日霄/智慧园区云底座及数字平台基础服务项目

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.azure-pipelines.yml 571 Bytes
一键复制 编辑 原始数据 按行查看 历史
trigger:
- master
variables:
- group: CustodianCoreCI
jobs:
- job: 'CustodianDockerBuild'
displayName: 'Docker Build'
pool:
vmImage: 'Ubuntu-18.04'
steps:
- checkout: self
fetchDepth: 1
- task: UsePythonVersion@0
inputs:
versionSpec: 3.8
architecture: 'x64'
# bin directory is in .dockerignore
- script: |
python3 -m pip install --upgrade pip
pip3 install docker click pytest pyyaml six
# build a docker image and sanity test
- script: |
python3 tools/dev/dockerpkg.py build -t build --verbose --test -i cli
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/renxufei/cloud-custodian.git
git@gitee.com:renxufei/cloud-custodian.git
renxufei
cloud-custodian
智慧园区云底座及数字平台基础服务项目
master

搜索帮助