Skip to content

Conversation

@ms-ethomaso
Copy link
Contributor

Issue: with one of my gitlab pipelines, our usage of service directives over parallel executors was causing nodejs 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.

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.
@firecow firecow merged commit cedf70a into firecow:master Jun 20, 2025
9 checks passed
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.

3 participants