Make importing builds less noisy
This commit is contained in:
parent
2460d290af
commit
25c7467ce1
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ module Ci
|
|||
backup_existing_builds_dir
|
||||
|
||||
FileUtils.mkdir_p(app_builds_dir, mode: 0700)
|
||||
unless system('tar', '-C', app_builds_dir, '-zxvf', backup_builds_tarball)
|
||||
unless system('tar', '-C', app_builds_dir, '-zxf', backup_builds_tarball)
|
||||
abort 'Restore failed'.red
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue