gitlab-ci-runner icon indicating copy to clipboard operation
gitlab-ci-runner copied to clipboard

run bash with x flag instead of echo.

Open poelzi opened this issue 11 years ago • 0 comments

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.

poelzi avatar Apr 30 '15 13:04 poelzi