File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ stepback: true
12
12
# Actual testing tasks are marked with `type: test`
13
13
command_type : system
14
14
15
- # Protect ourself against rogue test case, or curl gone wild, that runs forever
15
+ # Protect ourselves against rogue test case, or curl gone wild, that runs forever
16
16
# Good rule of thumb: the averageish length a task takes, times 5
17
17
# That roughly accounts for variable system performance for various buildvariants
18
18
exec_timeout_secs : 3600 # 60 minutes is the longest we'll ever run (primarily
@@ -1174,6 +1174,7 @@ tasks:
1174
1174
- func : " build release"
1175
1175
vars :
1176
1176
VERSION : " 3.7"
1177
+ - func : " upload release"
1177
1178
1178
1179
- name : " release-windows"
1179
1180
tags : ["release_tag"]
You can’t perform that action at this time.
0 commit comments