You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/pipelines/what-is-the-codefresh-yaml.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,7 +70,7 @@ You must define a step type for each step, unless you are using a `freestyle` st
70
70
71
71
The step names should be unique within the same pipeline. This mainly affects the visualization of the pipeline when it runs.
72
72
73
-
Each step produces a resource, which you can[reference](https://github.com/codefresh-contrib/python-flask-sample-app/blob/master/codefresh.yml#L23){:target="\_blank"} in other steps, and are executed in real-time. For example, a`freestyle` step can reference an image that was produced by a`build`({{site.baseurl}}/docs/pipelines/steps/build/) step. This allows you to chain steps together and create highly-customized builds.
73
+
Each step produces a resource, which you can[reference](https://github.com/codefresh-contrib/python-flask-sample-app/blob/master/codefresh.yml#L23){:target="\_blank"} in other steps, and are executed in real-time. For example, a`freestyle` step can reference an image that was produced by a[`build`]({{site.baseurl}}/docs/pipelines/steps/build/) step. This allows you to chain steps together and create highly-customized builds.