Add .gitattributes

This commit is contained in:
Konrad Pabjan 2020-04-28 11:43:05 +02:00
parent 6f0b28e7d9
commit 32e7d7dd2b
2 changed files with 2 additions and 1 deletions

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text=auto eol=lf

View file

@ -39,7 +39,7 @@ steps:
If the `name` input parameter is not provided, all artifacts will be downloaded. To differentiate between downloaded artifacts, a directory denoted by the artifacts name will be created for each individual artifact. If the `name` input parameter is not provided, all artifacts will be downloaded. To differentiate between downloaded artifacts, a directory denoted by the artifacts name will be created for each individual artifact.
Example, if there are two artfiacts `Artifact-A` and `Artifact-B`, and the directory is `etc/usr/artifacts/`, the directory structure will look like this: Example, if there are two artifacts `Artifact-A` and `Artifact-B`, and the directory is `etc/usr/artifacts/`, the directory structure will look like this:
``` ```
etc/usr/artifacts/ etc/usr/artifacts/
Artifact-A/ Artifact-A/