Skip to content

Commit

Permalink
docs: Fix broken benchmark path
Browse files Browse the repository at this point in the history
Signed-off-by: arekkas <aeneas@ory.am>
  • Loading branch information
arekkas committed Nov 18, 2018
1 parent aa0926c commit 891aabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- run: ./scripts/run-bench.sh
- run: cat BENCHMARKS.md
- run: "git clone https://arekkas:$DOCS_TOKEN_PUSH@github.com/ory/docs.git ../docs"
- run: "cp BENCHMARKS.md ../docs/docs/hydra/performance/hydra.md"
- run: "cp BENCHMARKS.md ../docs/docs/performance/hydra.md"
- run: "(cd ../docs && git add -A && git commit -a -m \"Updates ORY Hydra Performance benchmarks\" && git push origin) || exit 0"

workflows:
Expand Down

0 comments on commit 891aabe

Please sign in to comment.