Skip to content

Commit

Permalink
helm: Add example-idp to charts
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Jun 29, 2019
1 parent b95ce56 commit d943eca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,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/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"
- run: git config --global user.name "ORY Continuous Integration"
Expand Down

0 comments on commit d943eca

Please sign in to comment.