Skip to content

Commit 1b6e5f7

Browse files
committed
Update pipeline Test functional by framework - multisteps
1 parent d951340 commit 1b6e5f7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.harness/test_functional_by_framework_multisteps.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ pipeline:
2020
value: <+pipeline.variables.source_branch>
2121
- name: target_repo_target_branch
2222
type: String
23-
value: <+input>
23+
value: <+pipeline.variables.target_branch>
2424
- name: envs_parent_folders
2525
type: String
2626
value: <+pipeline.variables.envs_parent_folders_to_include>
@@ -232,16 +232,16 @@ pipeline:
232232
description: ""
233233
required: true
234234
value: <+input>
235-
- name: source_branch
235+
- name: target_branch
236236
type: String
237-
description: ""
237+
description: Target branch (master, release/10.2)
238238
required: false
239239
value: <+input>
240-
- name: target_repo_target_branch
240+
- name: source_branch
241241
type: String
242-
description: Target branch (master, release/10.2)
242+
description: ""
243243
required: false
244-
value: ""
244+
value: <+input>
245245
- name: envs_parent_folders_to_include
246246
type: String
247247
description: |-

0 commit comments

Comments
 (0)