Skip to content
This repository was archived by the owner on Nov 13, 2020. It is now read-only.

Commit 077c351

Browse files
committed
cleanup after adding heroku environment variables
1 parent 9af01e7 commit 077c351

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

bin/compile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ ENV_DIR=$3
2121

2222
if [ -d "$ENV_DIR" ]; then
2323
echo "restoring environment"
24-
WHITELIST=${2:-''}
25-
BLACKLIST=${3:-'^(GIT_DIR|PYTHONHOME|LD_LIBRARY_PATH|LIBRARY_PATH|PATH)$'}
2624
for e in $(ls $ENV_DIR); do
2725
export "$e=$(cat $ENV_DIR/$e)"
2826
done

0 commit comments

Comments
 (0)