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/codefresh-yaml/expression-condition-syntax.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
-
title:"ExpressionCondition Syntax"
3
-
description:"Expression conditions can be included in each step in your codefresh.yml, and must be satisfied for the step to execute."
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."
4
4
group:codefresh-yaml
5
5
redirect_from:
6
6
-/docs/expression-condition-syntax/
7
7
toc:true
8
8
---
9
-
Each step in`codefresh.yml` file can containexpressionconditions that must be satisfied for the step to execute.
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 where an expressioncondition can be used:
11
+
This is a small example of where anconditionexpression can be used:
12
12
`YAML`
13
13
{% highlight yaml %}
14
14
step-name:
@@ -23,7 +23,7 @@ step-name:
23
23
executeForMasterBranch: "{% raw %}'${{CF_BRANCH}}{% endraw %}' == 'master'"
24
24
{% endhighlight %}
25
25
26
-
Aexpressioncondition is a basic expression that is evaluated to true/false (to decide whether to execute or not to execute), and can have the following syntax:
26
+
A condition expression is a basic expression that is evaluated to true/false (to decide whether to execute or not to execute), and can have the following syntax: