-
Notifications
You must be signed in to change notification settings - Fork 245
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
Tasks can (and should) now be defined as extensions of other tasks. #3530
base: main
Are you sure you want to change the base?
Conversation
@@ -39,7 +39,6 @@ tasks: | |||
- RequireTestDocumentation | |||
robot_libdoc: | |||
description: Generates html documentation for the Salesorce and CumulusCI libraries and resource files | |||
class_path: cumulusci.tasks.robotframework.RobotLibDoc |
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 was always redundant because "the merge" provides it.
Thanks for the contribution! It looks like @prescod is an internal user so signing the CLA is not required. However, we need to confirm this. |
Thanks for the contribution! Unfortunately we can't verify the commit author(s): Paul Prescod <p***@s***.com>. One possible solution is to add that email to your GitHub account. Alternatively you can change your commits to another email and force push the change. After getting your commits associated with your GitHub account, refresh the status of this Pull Request. |
A custom task can now be defined like this:
Instead of like this:
This means that the classpath of CCI tasks can be treated as an implementation detail rather than part of the YAML syntax.