mirror of
https://github.com/openstf/stf
synced 2025-10-06 12:00:08 +02:00
Change pushing_file to pushing_app.
This commit is contained in:
parent
89260676a3
commit
44f0575cb9
1 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ module.exports = syrup.serial()
|
|||
if (contentLength) {
|
||||
// Progress 0% to 70%
|
||||
sendProgress(
|
||||
'pushing_file'
|
||||
'pushing_app'
|
||||
, 70 * Math.max(0, Math.min(
|
||||
70
|
||||
, stats.bytesTransferred / contentLength
|
||||
|
@ -87,7 +87,7 @@ module.exports = syrup.serial()
|
|||
}
|
||||
|
||||
// Progress 0%
|
||||
sendProgress('pushing_file', 0)
|
||||
sendProgress('pushing_app', 0)
|
||||
pushApp()
|
||||
.then(function(apk) {
|
||||
// Progress 80%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue