Skip to content

Commit 3dc10f5

Browse files
committed
rename the function
1 parent 6b2148a commit 3dc10f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.evergreen/buildvariants-and-tasks.in.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ tasks:
469469
- func: bootstrap
470470
vars:
471471
scope: 'compass-e2e-tests'
472-
- func: get-compass-mongodb-com
472+
- func: get-update-server
473473
- func: smoketest-packaged-app
474474
vars:
475475
mongodb_version: latest-enterprise

.evergreen/buildvariants-and-tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ tasks:
495495
- func: bootstrap
496496
vars:
497497
scope: compass-e2e-tests
498-
- func: get-compass-mongodb-com
498+
- func: get-update-server
499499
- func: smoketest-packaged-app
500500
vars:
501501
mongodb_version: latest-enterprise

.evergreen/functions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ functions:
648648
649649
npm run --unsafe-perm --workspace compass-e2e-tests test-packaged-ci
650650
651-
get-compass-mongodb-com:
651+
get-update-server:
652652
- command: github.generate_token
653653
params:
654654
owner: 10gen

0 commit comments

Comments
 (0)