From c78ebd874331ec9e6add878a38dfb14f5d58356a Mon Sep 17 00:00:00 2001 From: blewisCycle Date: Tue, 13 Feb 2024 08:08:09 -0800 Subject: [PATCH] resolve issue with deployment start stop step struct --- .../schemas/pipelines/steps/EnvironmentDeploymentsStartStep.yml | 2 +- .../schemas/pipelines/steps/EnvironmentDeploymentsStopStep.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/schemas/pipelines/steps/EnvironmentDeploymentsStartStep.yml b/components/schemas/pipelines/steps/EnvironmentDeploymentsStartStep.yml index 02e8538e..5873df1b 100644 --- a/components/schemas/pipelines/steps/EnvironmentDeploymentsStartStep.yml +++ b/components/schemas/pipelines/steps/EnvironmentDeploymentsStartStep.yml @@ -28,6 +28,6 @@ properties: tag: type: string nullable: true - deployment: + version: type: string nullable: true diff --git a/components/schemas/pipelines/steps/EnvironmentDeploymentsStopStep.yml b/components/schemas/pipelines/steps/EnvironmentDeploymentsStopStep.yml index d6c984ae..458900b1 100644 --- a/components/schemas/pipelines/steps/EnvironmentDeploymentsStopStep.yml +++ b/components/schemas/pipelines/steps/EnvironmentDeploymentsStopStep.yml @@ -28,6 +28,6 @@ properties: tag: type: string nullable: true - deployment: + version: type: string nullable: true