Skip to content

Commit 97e021b

Browse files
committed
Revert "Evergreen: Fix sourcing javaConfig.bash for serverless"
This reverts commit 94551c7.
1 parent a188380 commit 97e021b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.evergreen/run-serverless-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ set -o errexit # Exit the script with error if any of the commands fail
1515
# Main Program #
1616
############################################
1717
RELATIVE_DIR_PATH="$(dirname "${BASH_SOURCE[0]:-$0}")"
18-
. "${RELATIVE_DIR_PATH}/javaConfig.bash"
1918

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

0 commit comments

Comments
 (0)