Skip to content

Commit

Permalink
Merge pull request release-engineering#285 from crungehottman/build-p…
Browse files Browse the repository at this point in the history
…ackage-fix

Reinstate line mistakenly removed in previous commit
  • Loading branch information
crungehottman committed Nov 4, 2021
2 parents c6390ee + 444d6c5 commit f4df228
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build-package
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ set -e

pip install --require-hashes -r requirements.txt --target ./package
pip install --no-deps --target ./package .
cp ./configuration/exodus-lambda-deploy.yaml ./package
envsubst < ./configuration/lambda_config.json > ./package/lambda_config.json
aws cloudformation package \
--template ./package/exodus-lambda-deploy.yaml \
Expand Down

0 comments on commit f4df228

Please sign in to comment.