Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit64ec5cf

Browse files
authored
Add hint for shell field (#338)
If you want to use the `shell` field to specify bash, you better have chosen an image that actually includes bash.
1 parent2eea82a commit64ec5cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎_docs/codefresh-yaml/steps/freestyle.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ step_name:
9090
| `commands` | One or more commands to execute in a shell in the container, as array of strings. | Optional |
9191
| `cmd` | docker CMD arguments to use along with the container entry point. can be string or array of strings. | Optional |
9292
| `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 |
9494
| `environment` | A set of environment variables for the container. | Optional |
9595
| `fail_fast` | If a step fails, and the process is halted. The default value is `true`. | Default |
9696
| `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 |

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp