Skip to content

Commit 491b931

Browse files
committed
fix MongoDB version in evergreen build name
An oversight in 4db618f.
1 parent 5ff02cd commit 491b931

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.evergreen/config.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tasks:
6868
- func: "run unit tests"
6969

7070
buildvariants:
71-
- name: tests-5-noauth-nossl
71+
- name: tests-6-noauth-nossl
7272
display_name: Run Tests 6.0 NoAuth NoSSL
7373
run_on: rhel87-small
7474
expansions:
@@ -79,7 +79,7 @@ buildvariants:
7979
tasks:
8080
- name: run-tests
8181

82-
- name: tests-5-auth-ssl
82+
- name: tests-6-auth-ssl
8383
display_name: Run Tests 6.0 Auth SSL
8484
run_on: rhel87-small
8585
expansions:

0 commit comments

Comments
 (0)