Skip to content

Commit d7fe36f

Browse files
committed
export envvars used in packaging scripts
1 parent ebea5c2 commit d7fe36f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/lambda-package-base.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/bin/bash
22

33
# directory used for deployment
4-
DEPLOY_DIR=lambda
4+
export DEPLOY_DIR=lambda
55

6-
PYVER=${1:-2.7}
6+
export PYVER=${1:-2.7}
77

88
echo PYVER: $PYVER
99

0 commit comments

Comments
 (0)