Commit cedf70a
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 <edward.thomason@menlosecurity.com>1 parent 60b8f78 commit cedf70a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
907 | 907 | | |
908 | 908 | | |
909 | 909 | | |
910 | | - | |
| 910 | + | |
911 | 911 | | |
912 | 912 | | |
913 | 913 | | |
| |||
1437 | 1437 | | |
1438 | 1438 | | |
1439 | 1439 | | |
1440 | | - | |
| 1440 | + | |
1441 | 1441 | | |
1442 | 1442 | | |
1443 | 1443 | | |
| |||
0 commit comments