Skip to content

Commit be44bbd

Browse files
committed
ci(circle): fix semantic-release
1 parent 56d764e commit be44bbd

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

.circleci/config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,6 @@ jobs:
3030
docker:
3131
- image: circleci/node:10
3232
steps:
33-
- run:
34-
# Decrypt the git_deploy_key.enc key into /tmp/git_deploy_key
35-
- openssl aes-256-cbc -d -K $REPO_ENC_KEY -iv $REPO_ENC_IV -in git_deploy_key.enc -out /tmp/git_deploy_key
36-
# Make sure only the current user can read the private key
37-
- chmod 600 /tmp/git_deploy_key
38-
# Create a script to return the passphrase environment variable to ssh-add
39-
- echo 'echo ${SSL_PASSPHRASE}' > /tmp/askpass && chmod +x /tmp/askpass
40-
# Start the authentication agent
41-
- eval "$(ssh-agent -s)"
42-
# Add the key to the authentication agent
43-
- DISPLAY=":0.0" SSH_ASKPASS="/tmp/askpass" setsid ssh-add /tmp/git_deploy_key </dev/null
4433
- checkout
4534
- run:
4635
name: Install dependencies

git_deploy_key.enc

-3.36 KB
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"repository": {
4040
"type": "git",
41-
"url": "https:git@github.com:RisingStack/react-easy-state.git"
41+
"url": "https://github.com/RisingStack/react-easy-state.git"
4242
},
4343
"bugs": {
4444
"url": "https://github.com/RisingStack/react-easy-state/issues"

0 commit comments

Comments
 (0)