Skip to content

Commit

Permalink
3414
Browse files Browse the repository at this point in the history
  • Loading branch information
comandeo-mongo committed Apr 16, 2024
1 parent b4a50c0 commit 90006c1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .evergreen/run-tests-serverless.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,7 @@ set_env_vars
set_env_python
set_env_ruby

# Try to source local Drivers Secrets
if [ -f ./secrets-export.sh ]; then
echo "Sourcing secrets"
source ./secrets-export.sh
else
echo "Not sourcing secrets"
fi
source ${DRIVERS_TOOLS}/.evergreen/serverless/secrets-export.sh

bundle_install

Expand Down

0 comments on commit 90006c1

Please sign in to comment.