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

Fix sub_process task linker #15

Merged
merged 1 commit into from
Nov 10, 2016
Merged

Conversation

hogelog
Copy link
Contributor

@hogelog hogelog commented Nov 10, 2016

  • "sub_process: N"(without newline at end of script) doesn't match /sub_process:\s+(\d+)\s*\n/'
  • "sub_process: N\nsub_process: M\n"(multiple sub_process tasks) doesn't match /sub_process:\s+(\d+)\s*$/

@cookpad/dev-infra please review

Before

"sub_process: 2\nsub_process: 3"

image

After

image

@eisuke
Copy link
Member

eisuke commented Nov 10, 2016

LGTM

@hogelog hogelog merged commit 9fd0a3a into cookpad:master Nov 10, 2016
@hogelog hogelog deleted the fix-definition-linker branch November 10, 2016 06:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants