Skip to content

Commit 3946a34

Browse files
committed
ci(travis): fix errors
1 parent ec8a7b6 commit 3946a34

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ node_js:
1111
- "8"
1212
before_install:
1313
- yarn global add greenkeeper-lockfile@1
14-
- openssl aes-256-cbc -K $encrypted_07079be19108_key -iv $encrypted_07079be19108_iv -in git_deploy_key.enc -out git_deploy_key -d
14+
- openssl aes-256-cbc -K $encrypted_07079be19108_key -iv $encrypted_07079be19108_iv -in git_deploy_key.enc -out /tmp/git_deploy_key -d
15+
- chmod 600 /tmp/git_deploy_key
1516
- echo 'echo ${SSH_PASSPHRASE}' > /tmp/askpass && chmod +x /tmp/askpass
1617
- eval "$(ssh-agent -s)"
1718
- DISPLAY=":0.0" SSH_ASKPASS="/tmp/askpass" setsid ssh-add /tmp/git_deploy_key </dev/null

0 commit comments

Comments
 (0)