blob: e0d55243aafa782f0ef8075c3be0e7b7f96b7313 [file] [log] [blame]
#!/bin/bash
# -----------------------------------------------------------------------------
# Uploads ONOS distributable bits.
# -----------------------------------------------------------------------------
[ ! -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