From 43266f2e923ecf4c160fb39b2137434ca44e5f26 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Thu, 9 Mar 2017 15:27:18 -0500 Subject: [PATCH] Adding known hosts to blted8 sandbox. --- scripts/blt/ci/internal/deploy_blted8.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/blt/ci/internal/deploy_blted8.sh b/scripts/blt/ci/internal/deploy_blted8.sh index 3d3444400..376533fa1 100755 --- a/scripts/blt/ci/internal/deploy_blted8.sh +++ b/scripts/blt/ci/internal/deploy_blted8.sh @@ -3,12 +3,14 @@ set -ev cd ${TRAVIS_BUILD_DIR}/../blt-project + +yaml-cli update:value .travis.yml addons.ssh_known_hosts.0 svn-5223.devcloud.hosting.acquia.com + # Remove the symlink definition for BLT from composer.json. composer config --unset repo.blt composer require acquia/blt:8.x-dev#${TRAVIS_COMMIT} composer update --lock git remote add github git@github.com:acquia-pso/blted8.git - echo "[![Build Status](https://travis-ci.org/acquia-pso/blted8.svg?branch=master)](https://travis-ci.org/acquia-pso/blted8)" >> README.md git add -A