Skip to content

Commit

Permalink
ci: Add hive-selfservice-ui-node to release tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr authored Oct 23, 2019
1 parent e0255a9 commit d2234d4
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 @@ -11,6 +11,7 @@ jobs:
- run: helm lint ./helm/charts/hydra/
- run: helm lint ./helm/charts/hive/
- run: helm lint ./helm/charts/example-idp/
- run: helm lint ./helm/charts/hive-selfservice-ui-node/

test:
machine:
Expand Down Expand Up @@ -58,6 +59,7 @@ jobs:
- 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 package -d docs/helm/charts/ ./helm/charts/hive/ --version `echo $CIRCLE_TAG | sed s/v//g`
- run: helm package -d docs/helm/charts/ ./helm/charts/hive-selfservice-ui-node/ --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 d2234d4

Please sign in to comment.