Skip to content

Commit

Permalink
[CI] Add SSH key
Browse files Browse the repository at this point in the history
  • Loading branch information
unguiculus committed Apr 18, 2019
1 parent 5b5aba8 commit f66ef68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
machine: true
steps:
- checkout
- add_ssh_keys:
fingerprints:
- "e2:f8:a5:1a:c8:21:5d:3e:02:dc:9d:a6:c1:b6:f6:c5"
- run:
command: |
echo "export GIT_REPOSITORY_URL=$CIRCLE_REPOSITORY_URL" >> $BASH_ENV
Expand Down

0 comments on commit f66ef68

Please sign in to comment.