Skip to content
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

feat(1415): Add subscribe field in parsed config #109

Merged
merged 7 commits into from
Oct 12, 2020
Merged

feat(1415): Add subscribe field in parsed config #109

merged 7 commits into from
Oct 12, 2020

Conversation

supra08
Copy link
Contributor

@supra08 supra08 commented Aug 21, 2020

Context

Fixes screwdriver-cd/screwdriver#1415

Objective

This PR adds the subscribe field to the parsed config.

References

screwdriver-cd/screwdriver#1415

License

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary to make this contribution on behalf of its copyright owner.

@supra08 supra08 closed this Aug 27, 2020
@supra08 supra08 reopened this Aug 27, 2020
@@ -223,6 +223,17 @@ module.exports = async (flattenedDoc, buildClusterFactory, triggerFactory, pipel

// Workflow graph
doc.workflowGraph = await generateWorkflowGraph(doc, triggerFactory, pipelineId);

doc.workflowGraph.nodes.forEach(node => {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this needed because it get's saved with without ~ ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this being getting saved without ~ was causing some problems. I needed this trigger to be the same as ~pr and ~commit.

@supra08 supra08 closed this Sep 22, 2020
@supra08 supra08 reopened this Sep 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants