Skip to content

Commit

Permalink
Add maester to helm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jul 31, 2019
1 parent ffde54d commit f1e4bfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ jobs:
- run: curl -L https://git.io/get_helm.sh | bash
- run: helm lint ./helm/charts/oathkeeper/
- run: helm lint ./helm/charts/hydra/
- run: helm lint ./helm/charts/maester/
- run: helm lint ./helm/charts/example-idp/

test:
Expand Down Expand Up @@ -57,6 +58,7 @@ jobs:
- run: helm init --client-only
- run: helm package -d docs/helm/charts/ ./helm/charts/oathkeeper/ --version `echo $CIRCLE_TAG | sed s/v//g`
- run: helm package -d docs/helm/charts/ ./helm/charts/hydra/ --version `echo $CIRCLE_TAG | sed s/v//g`
- run: helm package -d docs/helm/charts/ ./helm/charts/maester/ --version `echo $CIRCLE_TAG | sed s/v//g`
- run: helm package -d docs/helm/charts/ ./helm/charts/example-idp/ --version `echo $CIRCLE_TAG | sed s/v//g`
- run: helm repo index docs/helm/charts/
- run: git config --global user.email "hi@ory.sh"
Expand Down

0 comments on commit f1e4bfe

Please sign in to comment.