aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/make_layer_zip_02.sh
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-29 12:34:21 +0100
committerAlex Schofield <git@ajschof.me>2024-08-29 12:34:21 +0100
commitabcf3df1913507517f8e2401eb9a79033b755287 (patch)
tree2e185b82e80301a4a4e5b190a707581d8cdc1243 /scripts/make_layer_zip_02.sh
parentecf330af27b4b32535de61fd3dd958bd5be6d278 (diff)
downloadde-project-bentley-abcf3df1913507517f8e2401eb9a79033b755287.tar.gz
de-project-bentley-abcf3df1913507517f8e2401eb9a79033b755287.zip
chore: update requirements file names in bash scripts
Diffstat (limited to 'scripts/make_layer_zip_02.sh')
-rwxr-xr-xscripts/make_layer_zip_02.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_layer_zip_02.sh b/scripts/make_layer_zip_02.sh
index 8b5bb33..c788acf 100755
--- a/scripts/make_layer_zip_02.sh
+++ b/scripts/make_layer_zip_02.sh
@@ -3,7 +3,7 @@
cd "$(dirname "$0")/.."
mkdir -p python_02/lib/python3.11/site-packages
-pip3 install --upgrade -r requirements_02.txt -t python_02/lib/python3.11/site-packages
+pip3 install --upgrade -r requirements_lambda_02.txt -t python_02/lib/python3.11/site-packages
rm layer_02.zip
zip -r layer_02.zip python_02
rm -r python_02/
git.ajschof.me — hosted by ajschofield — powered by cgit