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/installation/behind-the-firewall.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
@@ -125,7 +125,7 @@ steps:
125
125
126
126
Once you trigger the pipeline, the Codefresh Build Runtimes communicates with your private Git instance and checks out code.
127
127
128
-
>Note that currently there is a limitation on the location of the`codefresh.yml` file. Only the[inline mode]({{site.baseurl}}/docs/pipelines/pipelines/#writing-codefresh-yml-in-the-gui) is supported. Soon wewillallowtheloading of the pipeline fromtheGit repository itself.
128
+
>Note that currently there is a limitation on the location of the`codefresh.yml` file. Only the[inline mode]({{site.baseurl}}/docs/pipelines/pipelines/#writing-codefresh-yml-in-the-gui) is supported by default. Youwillneed to installthe[App-Proxy]({{site.baseurl}}/docs/installation/codefresh-runner/#app-proxy-installation) to be able to usetheYAML from Repository.
129
129
130
130
You can also use a[network proxy]({{site.baseurl}}/docs/pipelines/steps/git-clone/#using-git-behind-a-proxy) for the Git clone step.