Skip to content

Commit

Permalink
ci: Resolves issue with pushing docs (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
arekkas authored Feb 17, 2018
1 parent 20fefbc commit deddd0c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 53 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
- run: git config --global user.name "ORY Continuous Integration"
- run: "git clone https://arekkas:[email protected]/ory/ory-am.git ../ory-am"
- run: "cp -R ./docs/* ../ory-am/docs/2-oathkeeper/"
- run: "cd ../ory-am; git add -A; git commit -a -m \"docs: Updates ORY Oathkeeper docs\"; git push origin"
- run: "(cd ../ory-am && git add -A && git commit -a -m \"docs: Updates ORY Oathkeeper docs\" && git push origin) || exit 0"

workflows:
version: 2
Expand Down
52 changes: 0 additions & 52 deletions .travis.yml

This file was deleted.

0 comments on commit deddd0c

Please sign in to comment.