Skip to content

Commit

Permalink
ci(circleci): Configure git
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroHerr committed Dec 23, 2018
1 parent 5ea4586 commit 24f295c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,14 @@ jobs:
- attach_workspace:
at: ~/async-i2c-bus
- run:
name: add_gh_ssh_keys
name: Add github ssh keys
command: mkdir ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
- run:
name: Configure git email
command: git config --global user.email $GH_EMAIL
- run:
name: Configure git name
command: git config --global user.name $GH_NAME
- run:
name: Release
command: yarn release
Expand Down

0 comments on commit 24f295c

Please sign in to comment.