diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-29 12:19:45 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-29 12:19:45 +0100 |
| commit | 4838efc2cdff9966d4aa2042068be744e4ae1f84 (patch) | |
| tree | 9c4667604d63f82b1328b2a29c0d3e05d048deb2 /scripts/make_layer_zip.sh | |
| parent | e3f6e9b7477ac633d272d2fcacb13e42bb7eb572 (diff) | |
| download | de-project-bentley-4838efc2cdff9966d4aa2042068be744e4ae1f84.tar.gz de-project-bentley-4838efc2cdff9966d4aa2042068be744e4ae1f84.zip | |
chore: rm old make_layer_zip.sh script
Diffstat (limited to 'scripts/make_layer_zip.sh')
| -rwxr-xr-x | scripts/make_layer_zip.sh | 8 |
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/ |
