From ceb7f7fc1fafec9f91f6c89c0ef1ae33f45673f9 Mon Sep 17 00:00:00 2001 From: Chris Kalafarski Date: Mon, 2 Dec 2024 10:56:27 -0500 Subject: [PATCH] Force AWS SAM update --- devops/porter-cd-pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/devops/porter-cd-pipeline.yml b/devops/porter-cd-pipeline.yml index aac44fee6..b9d9d9581 100644 --- a/devops/porter-cd-pipeline.yml +++ b/devops/porter-cd-pipeline.yml @@ -125,6 +125,9 @@ Resources: commands: - make bootstrap - make deploy-check + - wget -nv https://github.com/aws/aws-sam-cli/releases/latest/download/aws-sam-cli-linux-x86_64.zip + - unzip aws-sam-cli-linux-x86_64.zip -d sam-installation + - sudo ./sam-installation/install --update build: commands: - sam build --parallel