Skip to content

Commit

Permalink
Update pages/pipelines/command_step.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored Nov 25, 2024
1 parent 047ff0d commit 5861808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/pipelines/command_step.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br>
<em>Example:</em> <code>"build.sh"</code><br>
<em>Example:</em><br><code>- "npm install"</code><br><code>- "tests.sh"</code><br>
<em>Alias:</em>em> <code>commands</code>
<em>Alias:</em> <code>commands</code>
</td>
</tr>
</table>
Expand Down

0 comments on commit 5861808

Please sign in to comment.