File tree Expand file tree Collapse file tree 2 files changed +1
-1
lines changed
Expand file tree Collapse file tree 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ after_success:
6666 - mv reports/junit site/
6767 # mkdocs gh-deploy requires special care :
6868 # ---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
69+ - 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
7070 # 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
7171 - |
7272 if [ -s "ci_tools/github_travis_rsa" ]; then
File renamed without changes.
You can’t perform that action at this time.
0 commit comments