Skip to content

Commit 3167452

Browse files
committed
updated build and test script
1 parent f1c21f1 commit 3167452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-and-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ cd python
1010
docker build . --build-arg VERSION=${VERSION} -t developmentseed/geolambda:${VERSION}-python
1111
docker run -v ${PWD}:/home/geolambda -t developmentseed/geolambda:${VERSION}-python package-python.sh
1212

13-
docker run -e --build-arg PYVERSION=${PYVERSION} GDAL_DATA=/opt/share/gdal -e PROJ_LIB=/opt/share/proj \
13+
docker run -e GDAL_DATA=/opt/share/gdal -e PROJ_LIB=/opt/share/proj \
1414
--rm -v ${PWD}/lambda:/var/task -v ${PWD}/../lambda:/opt lambci/lambda:python3.7 lambda_function.lambda_handler '{}'

0 commit comments

Comments
 (0)