You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trivial: Cast dockerCmd string replace to string. (#1590)
Issue: with one of my gitlab pipelines, our usage of
service directives over parallel executors was causing node errors
to be raised when trying to replace dockerCmd strings that
for some reason were not strings.
Solution: Force casting the values to be string representations
in all cases fixed the issue I was having and is a safer
call to make.
Co-authored-by: Edward Thomason <[email protected]>
0 commit comments