Skip to content

Correctly output the $FORCE_BUILD=true message in custom-docker-build

When attempting to build a custom-docker-build with $FORCE_BUILD=true, the notification message is attempting to shell execute the $FORCE_BUILD=true part of the string. This just dumps the $FORCE_BUILD=true message to the prompt instead of trying to execute 'true=true'.

Merge request reports

Loading