mirror of
https://github.com/BertoldVdb/ZoneDetect.git
synced 2026-03-25 08:45:56 +00:00
Update buildspec
This commit is contained in:
parent
b5ff4c0caa
commit
42fbf748ca
1 changed files with 6 additions and 4 deletions
|
|
@ -23,11 +23,13 @@ phases:
|
|||
commands:
|
||||
- wget https://bertold-cdn.s3.eu-central-1.amazonaws.com/zonedetect/db/db.zip -o /dev/null
|
||||
- unzip db.zip
|
||||
- mv out_v1/timezone21.bin .
|
||||
- zip timezone.zip timezone21.bin
|
||||
- mkdir output
|
||||
- cd output
|
||||
- unzip timezone.zip
|
||||
- mv ../out_v1/timezone21.bin .
|
||||
|
||||
artifacts:
|
||||
files:
|
||||
- aws_lambda/build/timezone.zip
|
||||
discard-paths: yes
|
||||
- **/*
|
||||
base-directory: aws_lambda/build/output/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue