Skip to content

Commit

Permalink
docs: Adds CI benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas committed Jun 3, 2018
1 parent c03f264 commit 17ff59b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ jobs:
- run: ./scripts/run-bench.sh
- run: git remote rm origin
- run: git remote add origin https://arekkas:$GITHUB_TOKEN@github.com/ory/hydra.git
- run: "git commit -m \"Updates benchmark document\" -- CHANGELOG.md && git push --set-upstream $CIRCLE_BRANCH origin || exit 0"
- run: "git commit -m \"Updates benchmark document\" -- BENCHMARKS.md || exit 0"
- run: git push --set-upstream $CIRCLE_BRANCH origin || exit 0

workflows:
version: 2
Expand Down

0 comments on commit 17ff59b

Please sign in to comment.