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 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
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments