Skip to content

Commit

Permalink
chore: fix amplify builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom McCarthy committed Mar 25, 2022
1 parent 6eeaa96 commit 02553b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions amplify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,11 @@ version: 1
env:
variables:
ORIGIN: https://${AWS_BRANCH//\//-}.${AWS_APP_ID}.amplifyapp.com
STACKNAME: amplify-aws-serverless-shopping-cart
backend:
phases:
preBuild:
commands:
- curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
- unzip awscliv2.zip
- ./aws/install
- pip3 install --upgrade aws-sam-cli
build:
commands:
Expand Down

0 comments on commit 02553b8

Please sign in to comment.