Skip to content

Commit

Permalink
ci: Package hydra helm chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Jun 29, 2019
1 parent a35ba06 commit ac0f5c3
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 @@ -37,6 +37,7 @@ jobs:
- run: curl -L https://git.io/get_helm.sh | bash
- 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 repo index docs/helm/charts/
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "ORY Continuous Integration"
Expand Down

0 comments on commit ac0f5c3

Please sign in to comment.