blob: de8de5032fe8713c7a773c5eaf29988e3365e787 [file] [log] [blame]
#!/bin/bash -ex
# set up ONOS build environment
ONOS_ROOT=`pwd`
. tools/build/envDefaults
# extract PGP key
base64 -i secring.gpg.b64 >secring.gpg.b64
env
# set up release build credentials
. onos-build-credentials
env
# run the build
onos-build-and-upload ${ONOS_VERSION} ${ONOS_NEXT_VERSION} ${GERRIT_BRANCH}