From 7a491cecc1871783926851e88d8710bb81e7db21 Mon Sep 17 00:00:00 2001 From: Andrew Burnes Date: Thu, 11 Jan 2024 07:34:45 -0700 Subject: [PATCH] fix(ci): Remove erroneous container params in stage/prod --- ci/pipeline-production.yml | 1 - ci/pipeline-staging.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/ci/pipeline-production.yml b/ci/pipeline-production.yml index d725ad16e..7ef23bcd7 100644 --- a/ci/pipeline-production.yml +++ b/ci/pipeline-production.yml @@ -15,7 +15,6 @@ test-api: &test-api params: {save: true} - get: postgres - get: node - params: {save: true} - task: install-deps-api file: src/ci/partials/install-deps-api.yml diff --git a/ci/pipeline-staging.yml b/ci/pipeline-staging.yml index b368d9021..9b78604ea 100644 --- a/ci/pipeline-staging.yml +++ b/ci/pipeline-staging.yml @@ -15,7 +15,6 @@ test-api: &test-api params: {save: true} - get: postgres - get: node - params: {save: true} - task: install-deps-api file: src/ci/partials/install-deps-api.yml