Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 098c0ea

Browse files
authored
fix: pass lambda zip file to job retry feature (#4080)
## Problem Zip file is not passed to job-retry module fix #4078
1 parent 8bb6272 commit 098c0ea

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: modules/runners/job-retry.tf

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ locals {
2121
s3_bucket = var.lambda_s3_bucket
2222
s3_key = var.runners_lambda_s3_key
2323
s3_object_version = var.runners_lambda_s3_object_version
24+
zip = var.lambda_zip
2425
tracing_config = var.tracing_config
2526
github_app_parameters = var.github_app_parameters
2627
enable_organization_runners = var.enable_organization_runners

0 commit comments

Comments
 (0)