Skip to content

Commit

Permalink
Update CI config (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Mścichowski authored and aeneasr committed Nov 12, 2019
1 parent c80ca93 commit 9e31717
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ jobs:

release-changelog:
docker:
- image: circleci/ruby:2.4-node
- image: circleci/ruby:2.5-node
steps:
- checkout
- run: gem install github_changelog_generator
- run: gem install github_changelog_generator -v 1.14.3
- run: sudo npm i -g doctoc
- run: github_changelog_generator -u ory -p oathkeeper-maester -o CHANGELOG.md --token $GITHUB_TOKEN
- run: doctoc CHANGELOG.md
Expand Down Expand Up @@ -143,7 +143,9 @@ workflows:
only: /.*/
- release:
requires:
- build
- test
- test-integration
filters:
tags:
only: /.*/
Expand Down

0 comments on commit 9e31717

Please sign in to comment.