gitlab-ci-runner
gitlab-ci-runner copied to clipboard
run bash with x flag instead of echo.
the echo mode break multiline statements in the job file makeing it very hard to do something readable or echo a multiline statement into a file.
bash already provides this functionality with the x flag, so simply activate it.