From 174c7c57e6de99608d360136ec751b695f81d793 Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Tue, 31 Jan 2017 16:33:25 -0500 Subject: [PATCH] Fixing build errors in BLT CI. --- .travis.yml | 3 +++ phing/tasks/blt.xml | 4 ---- template/blt/project.yml | 5 +---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9a29e32b8..37aadfc2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -106,6 +106,9 @@ script: # Update blt symlink prior to deploy. - composer config repositories.blt.url '"../../blt"' - rm composer.lock + # Define BLT's deployment endpoints. + - yaml-cli update:value blt/project.yml git.remotes.0 bolt8@svn-5223.devcloud.hosting.acquia.com:bolt8.git + - yaml-cli update:value blt/project.yml git.remotes.1 https://github.com/acquia-pso/blted8.git # Deploy build artifact. - blt deploy:build # Switch back to 'blt' directory. diff --git a/phing/tasks/blt.xml b/phing/tasks/blt.xml index 2141b0f9d..f54a69d77 100644 --- a/phing/tasks/blt.xml +++ b/phing/tasks/blt.xml @@ -20,10 +20,6 @@ - - - - Installing new Composer dependencies provided by BLT. This make take a while... diff --git a/template/blt/project.yml b/template/blt/project.yml index e979d324d..493b91b0d 100644 --- a/template/blt/project.yml +++ b/template/blt/project.yml @@ -16,10 +16,7 @@ project: # Configuration settings for new git repository. git: default_branch: master - remotes: - # Defining git remotes allows builds deployed via CI. - - bolt8@svn-5223.devcloud.hosting.acquia.com:bolt8.git - - https://github.com/acquia-pso/blted8.git + remotes: [] drush: # You can set custom project aliases in drush/site-aliases/aliases.drushrc.php.