File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,19 @@ export IMPORT_DEBUG=1
6
6
7
7
# Install `import`
8
8
IMPORT_BIN=" $IMPORT_CACHE /bin/import"
9
+ echo " Installing \` import\` to \" $IMPORT_BIN \" …"
9
10
mkdir -p " $( dirname " $IMPORT_BIN " ) "
10
11
curl -sfLS " https://import.pw" > " $IMPORT_BIN "
11
12
chmod +x " $IMPORT_BIN "
13
+ echo " Done installing \` import\` "
12
14
13
15
# Install static `curl` binary for production
14
- if [ " ${VERCEL_REGION-} " != " dev1" ; then
16
+ if [ " ${VERCEL_REGION-} " != " dev1" ] ; then
15
17
IMPORT_CURL=" $IMPORT_CACHE /bin/curl"
18
+ echo " Installing static \` curl\` binary to \" $IMPORT_CURL \" …"
16
19
curl -sfLS " https://github.com/dtschan/curl-static/releases/download/v7.63.0/curl" > " $IMPORT_CURL "
17
20
chmod +x " $IMPORT_CURL "
21
+ echo " Done installing \` curl\` "
18
22
fi
19
23
20
24
# For now only the entrypoint file is copied into the lambda
You can’t perform that action at this time.
0 commit comments