diff --git a/.drone.jsonnet b/.drone.jsonnet index bf29bd1..2465335 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -93,9 +93,6 @@ local PipelineNotifications = { }, }, ], - // depends_on: [ - // "deployment", - // ], depends_on: [ "linting", ], @@ -107,6 +104,5 @@ local PipelineNotifications = { [ PipelineLinting, - // PipelineDeployment, PipelineNotifications, ]