Skip to content

Commit

Permalink
Revert "Evergreen: Fix sourcing javaConfig.bash for serverless"
Browse files Browse the repository at this point in the history
This reverts commit 94551c7.
  • Loading branch information
jyemin committed Nov 11, 2021
1 parent a188380 commit 97e021b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .evergreen/run-serverless-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ set -o errexit # Exit the script with error if any of the commands fail
# Main Program #
############################################
RELATIVE_DIR_PATH="$(dirname "${BASH_SOURCE[0]:-$0}")"
. "${RELATIVE_DIR_PATH}/javaConfig.bash"

echo "Running serverless tests with Java ${JAVA_VERSION}"

Expand Down

0 comments on commit 97e021b

Please sign in to comment.