Fixing decrypt, remove print
This commit is contained in:
parent
21257d0475
commit
636e52a8c5
2 changed files with 1 additions and 2 deletions
|
|
@ -27,4 +27,4 @@ branches:
|
|||
after_success:
|
||||
- coveralls
|
||||
before_script:
|
||||
- export ACCESS_TOKEN=$(echo $ACCESS_TOKEN_B64 | openssl enc -d -aes-256-cbc -a -pass env:ACCESS_TOKEN_SECRET)
|
||||
- export ACCESS_TOKEN=$(echo $ACCESS_TOKEN_B64 | openssl enc -d -aes-256-cbc -A -a -pass env:ACCESS_TOKEN_SECRET)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue