Add a new exposed 'unpacking' phase to the build and make sure that the unzip/untar/etc always occurs under a try-except
This commit is contained in:
parent
f6f857eec2
commit
8681dd9cb9
3 changed files with 28 additions and 11 deletions
|
@ -823,7 +823,7 @@ i.toggle-icon:hover {
|
|||
background-color: red;
|
||||
}
|
||||
|
||||
.phase-icon.waiting, .phase-icon.starting, .phase-icon.initializing {
|
||||
.phase-icon.waiting, .phase-icon.unpacking, .phase-icon.starting, .phase-icon.initializing {
|
||||
background-color: #ddd;
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue