Skip to content

Commit

Permalink
remove unused pEntryPoint parameter in stages
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfait committed Mar 15, 2024
1 parent 28f25ba commit 6f16117
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
5 changes: 0 additions & 5 deletions sdlf-stage-dataquality/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ Parameters:
Description: Name of the stage (all lowercase, hyphen allowed, no other symbols or spaces)
Type: String
AllowedPattern: "[a-zA-Z0-9\\-]{1,12}"
pEntryPoint:
Description: Whether the stage is the first stage of the pipeline.
Type: String
Default: false
pTriggerType:
Description: Trigger type of the stage (event or schedule)
Type: String
Expand Down Expand Up @@ -121,7 +117,6 @@ Resources:
pTeamName: !Ref pTeamName
pPipelineName: !Ref pPipeline
pStageName: !Ref pStageName
pEntryPoint: !Ref pEntryPoint
pTriggerType: !Ref pTriggerType
pSchedule: !Ref pSchedule
pEventPattern: !Ref pEventPattern
Expand Down
5 changes: 0 additions & 5 deletions sdlf-stageA/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ Parameters:
Description: Name of the stage (all lowercase, hyphen allowed, no other symbols or spaces)
Type: String
AllowedPattern: "[a-zA-Z0-9\\-]{1,12}"
pEntryPoint:
Description: Whether the stage is the first stage of the pipeline.
Type: String
Default: false
pTriggerType:
Description: Trigger type of the stage (event or schedule)
Type: String
Expand Down Expand Up @@ -143,7 +139,6 @@ Resources:
pTeamName: !Ref pTeamName
pPipelineName: !Ref pPipeline
pStageName: !Ref pStageName
pEntryPoint: !Ref pEntryPoint
pTriggerType: !Ref pTriggerType
pSchedule: !Ref pSchedule
pEventPattern: !Ref pEventPattern
Expand Down
5 changes: 0 additions & 5 deletions sdlf-stageB/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,6 @@ Parameters:
Description: Name of the stage (all lowercase, hyphen allowed, no other symbols or spaces)
Type: String
AllowedPattern: "[a-zA-Z0-9\\-]{1,12}"
pEntryPoint:
Description: Whether the stage is the first stage of the pipeline.
Type: String
Default: false
pTriggerType:
Description: Trigger type of the stage (event or schedule)
Type: String
Expand Down Expand Up @@ -138,7 +134,6 @@ Resources:
pTeamName: !Ref pTeamName
pPipelineName: !Ref pPipeline
pStageName: !Ref pStageName
pEntryPoint: !Ref pEntryPoint
pTriggerType: !Ref pTriggerType
pSchedule: !Ref pSchedule
pEventPattern: !Ref pEventPattern
Expand Down

0 comments on commit 6f16117

Please sign in to comment.