mirror of https://github.com/k3s-io/k3s
Wait for arc.getArchive() to complete before running tests
parent
8d510898f0
commit
c1d915df5b
|
@ -104,7 +104,7 @@ func main() {
|
|||
noColour = "\033[0m"
|
||||
}
|
||||
|
||||
go arc.getArchive()
|
||||
arc.getArchive()
|
||||
defer arc.deleteArchive()
|
||||
|
||||
var err error
|
||||
|
|
Loading…
Reference in New Issue