|
1 | 1 | --- |
2 | 2 | title:"Condition Expression Syntax" |
3 | | -description:"ondition sxpressions can be included in each step in your codefresh.yml, and must be satisfied for the step to execute." |
| 3 | +description:"Condition expressions can be included in each step in your codefresh.yml, and must be satisfied for the step to execute." |
4 | 4 | group:codefresh-yaml |
5 | 5 | redirect_from: |
6 | 6 | -/docs/expression-condition-syntax/ |
7 | 7 | toc:true |
8 | 8 | --- |
9 | 9 | Each step in`codefresh.yml` file can contain conditions expressions that must be satisfied for the step to execute. |
10 | 10 |
|
11 | | -This is a small example of wherean condition expression can be used: |
| 11 | +This is a small example of wherea condition expression can be used: |
12 | 12 | `YAML` |
13 | 13 | {% highlight yaml %} |
14 | 14 | step-name: |
|