Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PRMP-917] Passing dynamo-migration-lambda between prod plan/apply steps (GoCD) #67

Merged
merged 1 commit into from
Sep 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions gocd/pipeline.gocd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down
Loading