From d60c23689c4fc2db9fd8ed519fe5af11f6cca692 Mon Sep 17 00:00:00 2001 From: Ross Ragsdale Date: Sun, 3 Nov 2019 13:53:11 -0600 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/entrypoint.sh b/entrypoint.sh index 62a1c3a..dd12f11 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -75,10 +75,10 @@ echo "[default] output = text region = $AWS_REGION" > ~/.aws/config -echo "Installing packages" -for d in */ ; do - cd $d && npm install --no-package-lock && cd .. -done +# echo "Installing packages" +# for d in */ ; do +# cd $d && npm install --no-package-lock && cd .. +# done aws cloudformation package --template-file $TEMPLATE --output-template-file serverless-output.yaml --s3-bucket $AWS_DEPLOY_BUCKET $AWS_BUCKET_PREFIX $FORCE_UPLOAD $USE_JSON aws cloudformation deploy --template-file serverless-output.yaml --stack-name $AWS_STACK_NAME $CAPABILITIES $PARAMETER_OVERRIDES