Skip to content

Commit

Permalink
updated pcfdev ssh key encryption keys vars
Browse files Browse the repository at this point in the history
  • Loading branch information
mevansam committed Sep 2, 2017
1 parent a1f0703 commit ea0e606
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 @@ -5,7 +5,7 @@ go:
- 1.8.x
go_import_path: github.com/terraform-providers/terraform-provider-cf
before_install:
- openssl aes-256-cbc -K $encrypted_d032c4bea5a6_key -iv $encrypted_d032c4bea5a6_iv
- openssl aes-256-cbc -K $encrypted_22350934ad09_key -iv $encrypted_22350934ad09_iv
-in .test_env/pcfdev.pem.enc -out .test_env/pcfdev.pem -d
- chmod 0600 .test_env/pcfdev.pem
install:
Expand Down

0 comments on commit ea0e606

Please sign in to comment.