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/codefresh-yaml/steps/freestyle.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
@@ -90,7 +90,7 @@ step_name:
90
90
| `commands` | One or more commands to execute in a shell in the container, as array of strings. | Optional |
91
91
| `cmd` | docker CMD arguments to use along with the container entry point. can be string or array of strings. | Optional |
92
92
| `entry_point` | Override the default container entry point. can be string or array of strings. | Optional |
93
-
| `shell` | Explicitly set the executing shell to bash or sh. If not set the default will be sh. | Optional |
93
+
| `shell` | Explicitly set the executing shell to bash or sh. If not set the default will be sh.Note the `bash` option requires that you specify an `image` that includes `/bin/bash`; many images do not. | Optional |
94
94
| `environment` | A set of environment variables for the container. | Optional |
95
95
| `fail_fast` | If a step fails, and the process is halted. The default value is `true`. | Default |
96
96
| `registry_context` | Advanced property for resolving Docker images when [working with multiple registries with the same domain]({{site.baseurl}}/docs/docker-registries/working-with-docker-registries/#working-with-multiple-registries-with-the-same-domain) | Optional |