commit | 863677ee77c18e7504aa770763664fb9949bedd4 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Mon Aug 28 11:10:37 2017 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Mon Aug 28 11:10:37 2017 -0700 |
tree | 11db8e814840ed5b9855dbfd15acc78b8b0138ce | |
parent | 23f043670e6be4871da8943a24f4f2d6fad63565 [diff] [blame] |
Fix problem where errors from build script were getting eaten Change-Id: Ifed5a487f603707429673022286a16939e6bd816
diff --git a/tools/build/onos-build-and-upload b/tools/build/onos-build-and-upload index 0dfea42..d308d99 100755 --- a/tools/build/onos-build-and-upload +++ b/tools/build/onos-build-and-upload
@@ -17,7 +17,7 @@ set -x # fix version strings, build artifacts, upload artifacts -onos-release $VERSION $DRY_RUN | tee build.log +onos-release $VERSION $DRY_RUN if [ $dryRun -eq 0 ]; then # upload docs