Skip to content

Commit

Permalink
ci(circle): fix semantic-release
Browse files Browse the repository at this point in the history
  • Loading branch information
solkimicreb committed Mar 30, 2020
1 parent 56d764e commit be44bbd
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
11 changes: 0 additions & 11 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,6 @@ jobs:
docker:
- image: circleci/node:10
steps:
- run:
# Decrypt the git_deploy_key.enc key into /tmp/git_deploy_key
- openssl aes-256-cbc -d -K $REPO_ENC_KEY -iv $REPO_ENC_IV -in git_deploy_key.enc -out /tmp/git_deploy_key
# Make sure only the current user can read the private key
- chmod 600 /tmp/git_deploy_key
# Create a script to return the passphrase environment variable to ssh-add
- echo 'echo ${SSL_PASSPHRASE}' > /tmp/askpass && chmod +x /tmp/askpass
# Start the authentication agent
- eval "$(ssh-agent -s)"
# Add the key to the authentication agent
- DISPLAY=":0.0" SSH_ASKPASS="/tmp/askpass" setsid ssh-add /tmp/git_deploy_key </dev/null
- checkout
- run:
name: Install dependencies
Expand Down
Binary file removed git_deploy_key.enc
Binary file not shown.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"repository": {
"type": "git",
"url": "https:git@github.com:RisingStack/react-easy-state.git"
"url": "https://github.com/RisingStack/react-easy-state.git"
},
"bugs": {
"url": "https://github.com/RisingStack/react-easy-state/issues"
Expand Down

0 comments on commit be44bbd

Please sign in to comment.