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/reference/yaml.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,9 +59,9 @@ The `image` field refers to a Docker image reference, this could be on the Docke
59
59
60
60
#### Function: Skip build
61
61
62
-
The `skip_build` field controls if the CLI will attempt to build the Docker image for the function. When `true`, the build step is skipped and you should see a message printed to the terminal `Skipping build of: "function name"`.
62
+
The `skip_build` field controls whether the CLI will attempt to build the Docker image for the function. When `true`, the build step is skipped and you should see a message printed to the terminal `Skipping build of: "function name"`.
63
63
64
-
This value is set as a boolean.
64
+
This an optional boolean field, set to `false` by default.
0 commit comments