Skip to content

Commit

Permalink
Update inputset main_commit_input_set
Browse files Browse the repository at this point in the history
  • Loading branch information
erdirowlands committed Aug 1, 2024
1 parent bf16de7 commit 9237223
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .harness/main_commit_input_set.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
inputSet:
name: main_commit_input_set
tags: {}
identifier: main_commit_input_set
orgIdentifier: Feature_Flag
projectIdentifier: FFPipelines
Expand All @@ -13,14 +14,24 @@ inputSet:
spec:
branch: main
stages:
- stage:
identifier: Build
type: CI
variables:
- name: pull_request
type: String
value: "false"
- name: release
type: String
value: "false"
- stage:
identifier: Publish_Release_Notes
type: Approval
variables:
- name: release
type: String
default: "false"
value: "false"
- name: pull_request
type: String
value: "false"
object Object: pipeline.properties.ci.codebase

0 comments on commit 9237223

Please sign in to comment.