Skip to content

Commit

Permalink
removed step to decrypt PCFDev SSH as it is only required for running…
Browse files Browse the repository at this point in the history
… acceptance tests against a PCFDev AWS instance which is being deprecated
  • Loading branch information
mevansam committed Dec 30, 2017
1 parent e5af368 commit a55463a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ go_import_path: github.com/terraform-providers/terraform-provider-cf
before_install:
- openssl aes-256-cbc -K $encrypted_22350934ad09_key -iv $encrypted_22350934ad09_iv
-in .test_env/tfacc_env.enc -out .test_env/tfacc_env -d
- 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:
- sudo apt-get install jq
- pip install --upgrade --user awscli
Expand Down
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ set -e
PCFDEV_INSTANCE_DETAIL=$(pcfdev_instance_detail)
if [[ -n $PCFDEV_INSTANCE_DETAIL ]]; then

chmod 0600 .test_env/pcfdev.pem
scripts/pcfdev-access.sh

PUBLIC_IP=$(echo $PCFDEV_INSTANCE_DETAIL | jq -r .PublicIpAddress)
Expand Down

0 comments on commit a55463a

Please sign in to comment.