Skip to content

Commit e100959

Browse files
authored
chore(ci): add functions in evergreen tasks.in (#5377)
add functions in evergreen tasks.in
1 parent 45d585c commit e100959

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.evergreen/tasks.in.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,12 @@ tasks:
105105
- func: apply-compass-target-expansion
106106
vars:
107107
compass_distribution: <% out(packageTask.vars.compass_distribution) %>
108+
- func: spawn-signing-server
108109
- func: package
109110
vars:
110111
debug: 'hadron*,mongo*,compass*,electron*'
111112
compass_distribution: <% out(packageTask.vars.compass_distribution) %>
113+
- func: verify-artifacts
112114
- func: save-all-artifacts
113115
vars:
114116
compass_distribution: <% out(packageTask.vars.compass_distribution) %>

0 commit comments

Comments
 (0)