-
Notifications
You must be signed in to change notification settings - Fork 3
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
OPENEUROPA-582: Port CI to Drone. #18
Conversation
b4ce084
to
aa82efc
Compare
composer.json
Outdated
@@ -63,6 +63,7 @@ | |||
}, | |||
"config": { | |||
"sort-packages": true, | |||
"preferred-install": "source", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@voidtek why do we need to set source as preferred method for installation?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will revert this change.
"https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-04-15/2943172-kernel-test-base-2.patch", | ||
"https://www.drupal.org/project/drupal/issues/2599228": "https://www.drupal.org/files/issues/2599228-31-tests-only.patch" | ||
"https://www.drupal.org/project/drupal/issues/2943172": "https://www.drupal.org/files/issues/2018-07-05/2943172-kernel-test-base-3.patch", | ||
"https://www.drupal.org/project/drupal/issues/2599228": "https://www.drupal.org/files/issues/2018-05-17/2599228-51.patch" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is changing patches which can cause errors in other components that depend on oe_multilingual. In case composer-patches encounters two different versions of the same patch it will throw an error. This will happen for example in oe_theme which depends on oe_multilingual.
I think it is best to wait with this until we were able to remove all the patches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since we are going to deal with the patches in a follow up I'm approving this PR.
OPENEUROPA-582
Description
Port CI to Drone.
Change log
Commands