Commit 708863d2 authored by Marcel Amirault's avatar Marcel Amirault

Fix nesting of child pipeline artifacts downloads

parent cb527d94
...@@ -1716,7 +1716,7 @@ use [`needs:pipeline`](#artifact-downloads-to-child-pipelines). ...@@ -1716,7 +1716,7 @@ use [`needs:pipeline`](#artifact-downloads-to-child-pipelines).
You should not download artifacts from the same ref as a running pipeline. Concurrent You should not download artifacts from the same ref as a running pipeline. Concurrent
pipelines running on the same ref could override the artifacts. pipelines running on the same ref could override the artifacts.
##### Artifact downloads to child pipelines #### Artifact downloads to child pipelines
> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/255983) in GitLab v13.7. > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/255983) in GitLab v13.7.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment