From 5861808385291f5e7a237911ff6844a0902a584a Mon Sep 17 00:00:00 2001 From: Josh Cannon <3956745+thejcannon@users.noreply.github.com> Date: Mon, 25 Nov 2024 06:00:49 -0800 Subject: [PATCH] Update pages/pipelines/command_step.md --- pages/pipelines/command_step.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/pipelines/command_step.md b/pages/pipelines/command_step.md index 8dcd66a9ce..3f96d18e49 100644 --- a/pages/pipelines/command_step.md +++ b/pages/pipelines/command_step.md @@ -25,7 +25,7 @@ Required attributes: The shell command/s to run during this step. This can be a single line of commands, or a list of commands that must all pass.
Example: "build.sh"
Example:
- "npm install"
- "tests.sh"
- Alias:em> commands + Alias: commands