Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 7f1703a

Browse files
committed
allow KEY_FROM_LAYER to be overridden by caller
1 parent 6edd9d4 commit 7f1703a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/bin/runLocal.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ if [ ! -f ~/.wskprops ]; then
2929
echo "INSECURE_SSL=true" >> ~/.wskprops
3030
fi
3131

32-
export KEY_FROM_LAYER=true
32+
export KEY_FROM_LAYER=${KEY_FROM_LAYER-true}
3333
export PATH=./node_modules/.bin:$PATH
3434

3535
if [ -z "$REDIS_URL" ]; then

0 commit comments

Comments
 (0)