From 9ce1c863995832551c430b1e37d33b0d66831b2c Mon Sep 17 00:00:00 2001 From: Matthew Grasmick Date: Tue, 17 Jan 2017 09:23:24 -0500 Subject: [PATCH] Fixes #847: Pushing to GitHub blted8 sandbox after successful 8.x builds. (#993) --- phing/tasks/blt.xml | 1 + template/blt/project.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/phing/tasks/blt.xml b/phing/tasks/blt.xml index ac96fae44..68f961bcb 100644 --- a/phing/tasks/blt.xml +++ b/phing/tasks/blt.xml @@ -22,6 +22,7 @@ + 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 588f3fe4f..e979d324d 100644 --- a/template/blt/project.yml +++ b/template/blt/project.yml @@ -19,6 +19,7 @@ git: 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 drush: # You can set custom project aliases in drush/site-aliases/aliases.drushrc.php.