Update README.md

This commit is contained in:
Fabio Busatto 2017-08-23 08:17:20 +00:00
parent 0f74ba9672
commit b0d7918a67
1 changed files with 2 additions and 0 deletions

View File

@ -1065,6 +1065,8 @@ a list of all previous jobs from which the artifacts should be downloaded.
You can only define jobs from stages that are executed before the current one.
An error will be shown if you define jobs from the current stage or next ones.
Defining an empty array will skip downloading any artifacts for that job.
The status of the previous job is not considered when using `dependencies`, so
if it failed or it is a manual job that was not run, no error occurs.
---