Skip to content

Trivial: Cast dockerCmd string replace to string. #1590

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

Merged
merged 1 commit into from
Jun 20, 2025

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