Skip to content

Commit

Permalink
Force AWS SAM update
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed Dec 2, 2024
1 parent f4fe353 commit ceb7f7f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devops/porter-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ceb7f7f

Please sign in to comment.