File tree Expand file tree Collapse file tree 3 files changed +3
-9
lines changed
Expand file tree Collapse file tree 3 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -28,3 +28,5 @@ rebel.xml
2828target
2929out
3030build
31+
32+ .travis /deploy_key
Original file line number Diff line number Diff line change @@ -40,7 +40,3 @@ notifications:
40404141 on_success : change
4242 on_failure : always
43-
44- env :
45- global :
46- - ENCRYPTION_LABEL : " 7a1322f4b03c"
Original file line number Diff line number Diff line change 6464 git commit -m " [Travis-CI] next snapshot version"
6565
6666 # Get the deploy key by using Travis's stored variables to decrypt deploy_key.enc
67- ENCRYPTED_KEY_VAR=" encrypted_${ENCRYPTION_LABEL} _key"
68- ENCRYPTED_IV_VAR=" encrypted_${ENCRYPTION_LABEL} _iv"
69- ENCRYPTED_KEY=${! ENCRYPTED_KEY_VAR}
70- ENCRYPTED_IV=${! ENCRYPTED_IV_VAR}
71- openssl aes-256-cbc -K $ENCRYPTED_KEY -iv $ENCRYPTED_IV -in .travis/deploy_key.enc -out .travis/deploy_key -d
67+ openssl aes-256-cbc -K $encrypted_7a1322f4b03c_key -iv $encrypted_7a1322f4b03c_iv -in .travis/deploy_key.enc -out .travis/deploy_key -d
7268 chmod 600 .travis/deploy_key
7369 eval ` ssh-agent -s`
7470 ssh-add .travis/deploy_key
You can’t perform that action at this time.
0 commit comments