Skip to content

Fix example of saving content of a CI file variable to a file.

The CI variable documentation incorrectly uses echo instead of cat to save the contents of a CI file variable to a file. Using echo will save the path of the temporary file to the file instead of it's contents.

Merge request reports