-
Notifications
You must be signed in to change notification settings - Fork 397
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing build errors in BLT CI. (#1021)
- Loading branch information
Showing
3 changed files
with
4 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]: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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,10 +16,7 @@ project: | |
# Configuration settings for new git repository. | ||
git: | ||
default_branch: master | ||
remotes: | ||
# Defining git remotes allows builds deployed via CI. | ||
- [email protected]:bolt8.git | ||
- https://github.com/acquia-pso/blted8.git | ||
remotes: [] | ||
|
||
drush: | ||
# You can set custom project aliases in drush/site-aliases/aliases.drushrc.php. | ||
|