From f19c2b91c329300852113fb6b61a0efb0ae9d356 Mon Sep 17 00:00:00 2001 From: Jacob Pleiness Date: Mon, 6 Jan 2025 14:28:45 -0500 Subject: [PATCH] fix(rel): fix CI pipeline error This should fix the CI issue that is currently causing the build pipeline to fail. Furthermore, this cuts down the files baked into the iamge to only those needed. --- packer/aws/aws-builder.pkr.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packer/aws/aws-builder.pkr.hcl b/packer/aws/aws-builder.pkr.hcl index 6ad11de..7d0c74f 100644 --- a/packer/aws/aws-builder.pkr.hcl +++ b/packer/aws/aws-builder.pkr.hcl @@ -404,7 +404,7 @@ build { } provisioner "file" { destination = "/home/ec2-user/deploy" - source = "./" + source = "./install" } provisioner "shell" { except = ["amazon-ebs.DEV"]