Skip to content

Commit

Permalink
Merge pull request #18 from kamatama41/fix-circleci2.0
Browse files Browse the repository at this point in the history
Add add_ssh_keys to run "git push" to another repo
  • Loading branch information
kamatama41 authored May 13, 2018
2 parents e7e7245 + 60c9d4c commit e7bf8cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
- image: openjdk:8
steps:
- checkout
- add_ssh_keys

- restore_cache:
key: v1-gradle-{{ checksum "build.gradle" }}
Expand Down

0 comments on commit e7bf8cd

Please sign in to comment.