From a30bf3c7737075b201cefb14d85f97fdd3488ab1 Mon Sep 17 00:00:00 2001 From: Kris Bloe Date: Wed, 11 Sep 2024 10:56:30 +0100 Subject: [PATCH] [PRMP-917] Passing dynamo-migration-lambda between prod plan/apply steps (GoCD) --- gocd/pipeline.gocd.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/gocd/pipeline.gocd.yml b/gocd/pipeline.gocd.yml index dab97bc..d893cbd 100644 --- a/gocd/pipeline.gocd.yml +++ b/gocd/pipeline.gocd.yml @@ -269,6 +269,9 @@ pipelines: - build: source: ehr-hard-deletion-lambda/build/ehr-hard-deletion-lambda.zip destination: ehr-hard-deletion-lambda/build/ + - build: + source: dynamo-migration-lambda/build/dynamo-migration-lambda.zip + destination: dynamo-migration-lambda/build/ tasks: - exec: command: /bin/bash @@ -332,6 +335,12 @@ pipelines: source: ehr-hard-deletion-lambda/build/ehr-hard-deletion-lambda.zip destination: ehr-hard-deletion-lambda/build/ is_file: yes + - fetch: + stage: plan_prod + job: plan + source: dynamo-migration-lambda/build/dynamo-migration-lambda.zip + destination: dynamo-migration-lambda/build/ + is_file: yes - exec: command: /bin/bash arguments: