* Adding circleCI config files

* Adding build badge

* Update pipeline
This commit is contained in:
Aaron Schlesinger 2017-10-05 15:25:58 -06:00 коммит произвёл Kent Rancourt
Родитель b42a902089
Коммит cdcfb8273a
2 изменённых файлов: 15 добавлений и 0 удалений

13
.circleci/config.yml Normal file
Просмотреть файл

@ -0,0 +1,13 @@
version: 2
jobs:
build:
docker:
- image: debian:stretch
steps:
- checkout
- run:
name: Helm Lint
command: echo "this will lint helm charts"
- run:
name: Helm Index
command: echo "this will index the helm charts, to prepare for push to azure"

Просмотреть файл

@ -1,5 +1,7 @@
# Helm Charts for Kubernetes Service Catalog on Azure
[![CircleCI](https://circleci.com/gh/deis/service-catalog-charts.svg?style=svg&circle-token=e4d53fc2f20c9a1980668f69e314232a479a562c)](https://circleci.com/gh/deis/service-catalog-charts)
This repository contains [Helm](https://helm.sh/) charts for use with the
[Kubernetes Service Catalog](https://github.com/kubernetes-incubator/service-catalog)
and the Microsoft Azure Service Broker.