Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfc6b773

Browse files
Fixed wording
1 parent696f42c commitfc6b773

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎_docs/codefresh-yaml/expression-condition-syntax.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
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."
44
group:codefresh-yaml
55
redirect_from:
66
-/docs/expression-condition-syntax/
77
toc:true
88
---
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.
1010

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:
1212
`YAML`
1313
{% highlight yaml %}
1414
step-name:
@@ -23,7 +23,7 @@ step-name:
2323
executeForMasterBranch: "{% raw %}'${{CF_BRANCH}}{% endraw %}' == 'master'"
2424
{% endhighlight %}
2525

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:
2727

2828
###Types
2929

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp