aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunk@stsci.edu>2016-02-19 16:26:25 -0500
committerJoe Hunkeler <jhunk@stsci.edu>2016-02-19 16:26:25 -0500
commiteaa688c77f25e863cef0523895a14a16ce30a8a3 (patch)
tree45cdc772501c41a6c69a8b7e35296c6b01dd4cf6 /scripts
parent3048a09e7befb6bb6f75ebf62cf03b2aa5224a5c (diff)
downloadcbc-eaa688c77f25e863cef0523895a14a16ce30a8a3.tar.gz
Forgot to turn of debug ouput after conda build
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cbc_monolith1
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