Skip to content

Commit

Permalink
Release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsmelser committed Dec 5, 2017
1 parent d04843e commit b0b4961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ env:
global:
- REPO="[email protected]:SpringSocialMicrosoft/spring-social-partnercenter.git"
before_install:
- openssl aes-256-cbc -K $encrypted_86c7e10d33bb_key -iv $encrypted_86c7e10d33bb_iv -in id_rsa_github.enc -out id_rsa_github -d
- openssl aes-256-cbc -K "$encrypted_86c7e10d33bb_key" -iv "$encrypted_86c7e10d33bb_iv" -in "$CLI_DIR/id_rsa_github.enc" -out "$CLI_DIR/id_rsa_github" -d

0 comments on commit b0b4961

Please sign in to comment.