onos/tools/build/onos-upload-bits
Brian O'Connor f5d9363217 Adding set -e to build commands
Change-Id: I72d02db1f6f8484f4ffb2d00406e6af2c866a7fb
2015-09-04 20:18:31 -07:00

15 lines
451 B
Bash
Executable File

#!/bin/bash
# -----------------------------------------------------------------------------
# Uploads ONOS distributable bits.
# -----------------------------------------------------------------------------
set -e
[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
. $ONOS_ROOT/tools/build/envDefaults
#FIXME need to export s3Creds
#TODO we could verify that ONOS_VERSION is set, and only upload that version
onosUploadBits.py