From a339be07b3d5dad0f6952701c6377d65dda3367f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 26 Jan 2018 19:58:12 -0500 Subject: Not enough vodka, still. --- src/edu/stsci/CondaInstaller.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edu/stsci/CondaInstaller.groovy b/src/edu/stsci/CondaInstaller.groovy index e69f4d6..9be4a70 100644 --- a/src/edu/stsci/CondaInstaller.groovy +++ b/src/edu/stsci/CondaInstaller.groovy @@ -34,7 +34,7 @@ class CondaInstaller implements Serializable { println("${this.ident} Downloading $url") def cmd = "curl -qL ${this.url}" def proc = cmd.execute() - proc.inputStream.eachLine { println(it) } + proc.waitFor() // Whatever Jenkins... /* -- cgit