diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-01-26 19:58:12 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-01-26 19:58:12 -0500 |
commit | a339be07b3d5dad0f6952701c6377d65dda3367f (patch) | |
tree | ad5a76415938ca498e5434ce9582326791e14bfa | |
parent | 011d91ef8fe42abfab09913264dac69a36a0a302 (diff) | |
download | groovy-sandbox-a339be07b3d5dad0f6952701c6377d65dda3367f.tar.gz |
Not enough vodka, still.
-rw-r--r-- | src/edu/stsci/CondaInstaller.groovy | 2 |
1 files changed, 1 insertions, 1 deletions
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... /* |