We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6d2bc5 commit d554949Copy full SHA for d554949
2 files changed
.travis.yml
@@ -66,7 +66,7 @@ after_success:
66
- mv reports/junit site/
67
# mkdocs gh-deploy requires special care :
68
# ---grant the possibility to push on the repo---
69
- - openssl aes-256-cbc -K $encrypted_a1c855bcf509_key -iv $encrypted_a1c855bcf509_iv -in ci_tools/github_travis_rsa_clstools.enc -out ci_tools/github_travis_rsa_clstools -d
+ - openssl aes-256-cbc -K $encrypted_a1c855bcf509_key -iv $encrypted_a1c855bcf509_iv -in ci_tools/github_travis_rsa.enc -out ci_tools/github_travis_rsa -d
70
# If the output file does not exist, that is because the secret is invalid. This can happen in forked repos so do not fail the build
71
- |
72
if [ -s "ci_tools/github_travis_rsa" ]; then
ci_tools/github_travis_rsa_clstools.enc ci_tools/github_travis_rsa.encci_tools/github_travis_rsa_clstools.enc renamed to ci_tools/github_travis_rsa.enc
0 commit comments