Skip to content

Commit 00c3232

Browse files
authored
Update step.yaml (#549)
Fixed description of DETACH parameter
1 parent 88f721c commit 00c3232

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graduated/codefresh-run/step.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,12 @@ spec:
106106
},
107107
"DETACH": {
108108
"type": "boolean",
109-
"description": "Run pipeline without assigning to a project and print build ID.",
109+
"description": "Run child pipeline and export the child pipeline's build ID to the $BUILD_ID variable without waiting for the pipeline to complete.",
110110
"default": false
111111
},
112112
"FOLLOW_LOGS": {
113113
"type": "boolean",
114-
"description": "Run pipeline and follow its logs",
114+
"description": "Run pipeline and follow its logs.",
115115
"default": true
116116
},
117117
"CONTEXT": {

0 commit comments

Comments
 (0)