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
@@ -1154,6 +1154,7 @@ tasks:
1154
1154
- func : " build release"
1155
1155
vars :
1156
1156
VERSION : " 3.7"
1157
+ - func : " upload release"
1157
1158
1158
1159
- name : " release-windows"
1159
1160
tags : ["release_tag"]
You can’t perform that action at this time.
0 commit comments