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
* Update what-is-the-codefresh-yaml.mdClarify details about the working_directory field.* Update what-is-the-codefresh-yaml.mdRevise details about the working_directory field
| Empty| Defaults to the[Codefresh volume]({{site.baseurl}}/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/#sharing-the-workspace-between-build-steps) (found at`/codefresh/volume`). If there is a[git clone step]({{site.baseurl}}/docs/codefresh-yaml/steps/git-clone/) with the special name`main_clone` then the default working directory is now the[project folder]({{site.baseurl}}/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/#cloning-the-source-code) that was checked out.|
157
-
| Variable that contains the ID of a[Git-Clone]({{site.baseurl}}/docs/codefresh-yaml/steps/git-clone/) step| Runs the step within the cloned directory.If you name your clone step as`main_clone` then all subsequent pipeline steps will automatically use that cloned directory as working directory. This only applies to[built-in]({{site.baseurl}}/docs/codefresh-yaml/steps/#built-in-steps) Codefresh steps and not[custom plugins]({{site.baseurl}}/docs/codefresh-yaml/steps/#creating-a-typed-codefresh-plugin).|
156
+
| Empty| Defaults to the[Codefresh volume]({{site.baseurl}}/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/#sharing-the-workspace-between-build-steps) (found at`/codefresh/volume`). If there is a[git clone step]({{site.baseurl}}/docs/codefresh-yaml/steps/git-clone/) with the special name`main_clone` then the default working directoryfor built-in stepsis now the[project folder]({{site.baseurl}}/docs/configure-ci-cd-pipeline/introduction-to-codefresh-pipelines/#cloning-the-source-code) that was checked out - this only applies to[built-in]({{site.baseurl}}/docs/codefresh-yaml/steps/#built-in-steps) Codefresh steps and not[custom plugins]({{site.baseurl}}/docs/codefresh-yaml/steps/#creating-a-typed-codefresh-plugin).|
157
+
| Variable that contains the ID of a[Git-Clone]({{site.baseurl}}/docs/codefresh-yaml/steps/git-clone/) step| Runs the step within the cloned directory.|
158
158
| Variable that contains the ID of any other step| Runs the step within the same working directory that the specified was executed. This option is not available for for[**Git-Clone**]({{site.baseurl}}/docs/codefresh-yaml/steps/git-clone/) steps.|
159
159
| Absolute filesystem path| Treated as is within the container.|
160
160
| Relative filesystem path| Treated as relative path from the cloned directory of the service|