File tree Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Expand file tree Collapse file tree 3 files changed +1
-12
lines changed Original file line number Diff line number Diff line change 30
30
docker :
31
31
- image : circleci/node:10
32
32
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
44
33
- checkout
45
34
- run :
46
35
name : Install dependencies
Original file line number Diff line number Diff line change 38
38
},
39
39
"repository" : {
40
40
"type" : " git" ,
41
- "url" : " https:git@ github.com: RisingStack/react-easy-state.git"
41
+ "url" : " https:// github.com/ RisingStack/react-easy-state.git"
42
42
},
43
43
"bugs" : {
44
44
"url" : " https://github.com/RisingStack/react-easy-state/issues"
You can’t perform that action at this time.
0 commit comments