-
Notifications
You must be signed in to change notification settings - Fork 218
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: scanjob.customVolumesMount is not applied to the Built-Job #2241
fix: scanjob.customVolumesMount is not applied to the Built-Job #2241
Conversation
cmon, guys, we've got to get it merged |
Hello, I desire this PR will get merged! |
This PR is stale because it has been labeled with inactivity. |
@takutakahashi thanks for the contribution and sorry for the long wait |
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.
thanks for the PR!
Description
A value generated by
range
is pass-by-value and changes will not apply to original array.Then I used an index to change the array values directly.
Related issues
Checklist