Skip to content

Commit 367c358

Browse files
committed
Update inputset release_input_set
1 parent a9511ed commit 367c358

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.harness/release_input_set.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
inputSet:
22
name: release_input_set
3+
tags: {}
34
identifier: release_input_set
45
orgIdentifier: Feature_Flag
56
projectIdentifier: FFPipelines
@@ -13,14 +14,24 @@ inputSet:
1314
spec:
1415
tag: <+eventPayload.release.tag_name>
1516
stages:
17+
- stage:
18+
identifier: Build
19+
type: CI
20+
variables:
21+
- name: pull_request
22+
type: String
23+
value: "false"
24+
- name: release
25+
type: String
26+
value: "true"
1627
- stage:
1728
identifier: Publish_Release_Notes
1829
type: Approval
1930
variables:
2031
- name: release
2132
type: String
33+
default: "false"
2234
value: "true"
2335
- name: pull_request
2436
type: String
2537
value: "false"
26-
object Object: pipeline.properties.ci.codebase

0 commit comments

Comments
 (0)