Skip to content

Commit 1f7774d

Browse files
committed
Update inputset default_on_pr_input
1 parent a7ee218 commit 1f7774d

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed
Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
inputSet:
22
name: default_on_pr_input
3+
tags: {}
34
identifier: default_on_pr_input
45
orgIdentifier: Custom_Models
56
projectIdentifier: datarobotusermodels
@@ -10,6 +11,9 @@ inputSet:
1011
type: String
1112
value: datarobot-user-models
1213
- name: target_branch
14+
type: String
15+
value: <+trigger.targetBranch>
16+
- name: source_branch
1317
type: String
1418
value: <+trigger.sourceBranch>
1519
- name: envs_parent_folders_to_include
@@ -18,10 +22,3 @@ inputSet:
1822
- name: force_requirements_upgrade
1923
type: String
2024
value: "false"
21-
properties:
22-
ci:
23-
codebase:
24-
build:
25-
type: PR
26-
spec:
27-
number: <+trigger.prNumber>

0 commit comments

Comments
 (0)