diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-19 16:26:25 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-19 16:26:25 -0500 |
commit | eaa688c77f25e863cef0523895a14a16ce30a8a3 (patch) | |
tree | 45cdc772501c41a6c69a8b7e35296c6b01dd4cf6 /scripts | |
parent | 3048a09e7befb6bb6f75ebf62cf03b2aa5224a5c (diff) | |
download | cbc-eaa688c77f25e863cef0523895a14a16ce30a8a3.tar.gz |
Forgot to turn of debug ouput after conda build
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/cbc_monolith | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/cbc_monolith b/scripts/cbc_monolith index 5b03748..5e05ae7 100755 --- a/scripts/cbc_monolith +++ b/scripts/cbc_monolith @@ -158,6 +158,7 @@ function build() { --override-channels -c defaults \ $TC \ "$recipe" + set +x _OK=`success` if [ $_OK -ne 0 ]; then |