-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dag suggestions #5
Conversation
curGroup = s.group | ||
|
||
curStage = new(backend_types.Stage) | ||
curStage.Name = fmt.Sprintf("%s_stage_%v", c.prefix, s.position) |
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.
Actually pretty interesting that it uses the container position and not the for example len(stages)
for the index.
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.
Yes i keept it as is and did not refactor the alg. we can do that later once we released 2.1.0
oh no right I can push to the pull branch :) |
suggestions for woodpecker-ci#2771