aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Schofield <git@ajschof.me>2024-08-29 12:19:45 +0100
committerAlex Schofield <git@ajschof.me>2024-08-29 12:19:45 +0100
commit4838efc2cdff9966d4aa2042068be744e4ae1f84 (patch)
tree9c4667604d63f82b1328b2a29c0d3e05d048deb2
parente3f6e9b7477ac633d272d2fcacb13e42bb7eb572 (diff)
downloadde-project-bentley-4838efc2cdff9966d4aa2042068be744e4ae1f84.tar.gz
de-project-bentley-4838efc2cdff9966d4aa2042068be744e4ae1f84.zip
chore: rm old make_layer_zip.sh script
-rwxr-xr-xscripts/make_layer_zip.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/make_layer_zip.sh b/scripts/make_layer_zip.sh
deleted file mode 100755
index eabe301..0000000
--- a/scripts/make_layer_zip.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-# Description: Make the zip file for the layer
-
-cd "$(dirname "$0")/.."
-mkdir -p python/lib/python3.11/site-packages
-pip3 install --upgrade -r requirements.txt -t python/lib/python3.11/site-packages
-rm layer.zip
-zip -r layer.zip python
-rm -r python/
git.ajschof.me — hosted by ajschofield — powered by cgit