forked from acquia/blt
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis origin debug #12
Open
lcatlett
wants to merge
523
commits into
9.2.x
Choose a base branch
from
travis-origin-debug
base: 9.2.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
…ployment identifier. (acquia#2799)
several-articles link now pointing to correct page instead of 404.
…cquia#2802) Fixes acquia#2796 This Drush command needs to use whatever Drush context is provided, especially the URI in the case of site factory. Really, all of the Drush calls in this file should probably be refactored to be more consistent (like we do with the Drush task for setup and similar commands), but this solves the immediate problem. I'm not sure if it's the best approach, but I've confirmed it works on ACSF and doesn't break anything locally.
* Create phpstorm.md * Added phpstorm.md link to mkdocs.
* Pass required site and uri parameters into post install hook, use drupal:update in favor of artifact:deploy tasks. * Pass required site name and uri parameters into db update, use drupal:update in favor of artifact:deploy tasks. * Add post-sites-php hook to provide site name global variable value to dependent tasks. * Fix bug due to incorrect local domain mapping to multisite name variables, remove logic which incorrectly set acsf_site_name to acsf db value. * Use global acsf_site_name variable to set active site splits. * Updated comment with required hostname pattern. * Fix syntax error and remove site_dir value override. * Fix bash syntax and use uri provided in acsf hooks in case drupal is not bootstrapped. * PHPCS fixes failing travis ci build.
* Fix composer patches creating extraneous core directories. * Required newer version of Composer Patches.
* Fixes missing parentheses * Fixes typos and punctuation * Fixes tool names to match links and sections * Updates version numbers to latest full release
* Fixes acquia#2872: Update github links in readme to reference 9.x branch. * Fixes acquia#2872: Removing outdated references to drush.wrapper and .drush-use.
06371c5
to
8ced1fa
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes #
Changes proposed:
(What are you proposing we change?)
Steps to replicate the issue:
(If this PR is not fixing a defect/bug, you can remove this section.)
Steps to verify the solution:
(How does someone verify that this does what you think does?)