Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Nov 22, 2024
1 parent 1618a15 commit 5809946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .evergreen/setup-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ esac
export MONGODB_URI

# Create the env file
echo "export OPENAI_API_KEY=$openai_api_key" >> env.sh
echo "export OPENAI_API_KEY=$OPENAI_API_KEY" >> env.sh
echo "export MONGODB_URI=$MONGODB_URI" >> env.sh


# Ensure the remote database is populated.
. .evergreen/utils.sh

PYTHON_BINARY=$(find_python3)
Expand Down

0 comments on commit 5809946

Please sign in to comment.