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

Fixes #847: Pushing to GitHub blted8 sandbox after successful 8.x builds. #993

Merged
merged 1 commit into from
Jan 17, 2017
Merged
Show file tree
Hide file tree
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
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.
- [email protected]: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