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
1212# Actual testing tasks are marked with `type: test`
1313command_type : system
1414
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
1616# Good rule of thumb: the averageish length a task takes, times 5
1717# That roughly accounts for variable system performance for various buildvariants
1818exec_timeout_secs : 3600 # 60 minutes is the longest we'll ever run (primarily
@@ -1154,6 +1154,7 @@ tasks:
11541154 - func : " build release"
11551155 vars :
11561156 VERSION : " 3.7"
1157+ - func : " upload release"
11571158
11581159 - name : " release-windows"
11591160 tags : ["release_tag"]
You can’t perform that action at this time.
0 commit comments