Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Adding known hosts to blted8 sandbox. #1169

Merged
merged 1 commit into from
Mar 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion scripts/blt/ci/internal/deploy_blted8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]: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
Expand Down