Skip to content

Commit

Permalink
Fixes #847: Pushing to GitHub blted8 sandbox after successful 8.x bui…
Browse files Browse the repository at this point in the history
…lds. (#993)
  • Loading branch information
grasmash authored Jan 17, 2017
1 parent bde5b36 commit 9ce1c86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions phing/tasks/blt.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

<!-- Remove default git remote -->
<exec dir="${repo.root}" command="${composer.bin}/yaml-cli update:value ${blt.config-files.project} git.remotes.0 ''" logoutput="true" checkreturn="false" level="${blt.exec_level}" passthru="true"/>
<exec dir="${repo.root}" command="${composer.bin}/yaml-cli unset:key ${blt.config-files.project} git.remotes.1" logoutput="true" checkreturn="false" level="${blt.exec_level}" passthru="true"/>

<echo>Installing new Composer dependencies provided by BLT. This make take a while...</echo>
<exec dir="${repo.root}" command="composer update --no-interaction" logoutput="true" checkreturn="true" level="${blt.exec_level}" passthru="true"/>
Expand Down
1 change: 1 addition & 0 deletions template/blt/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9ce1c86

Please sign in to comment.