Skip to content

Commit 5809946

Browse files
committed
lint
1 parent 1618a15 commit 5809946

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/setup-remote.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@ esac
3939
export MONGODB_URI
4040

4141
# Create the env file
42-
echo "export OPENAI_API_KEY=$openai_api_key" >> env.sh
42+
echo "export OPENAI_API_KEY=$OPENAI_API_KEY" >> env.sh
4343
echo "export MONGODB_URI=$MONGODB_URI" >> env.sh
4444

4545

46+
# Ensure the remote database is populated.
4647
. .evergreen/utils.sh
4748

4849
PYTHON_BINARY=$(find_python3)

0 commit comments

Comments
 (0)