compass-install/ci/deploy.sh
Jerry Zhao 3cb7945822 regtest commissioning
installation of os_only cento6.5 is successful
going to test Ubuntu 14.04

Change-Id: Ib08cf2860ae28a219f259873fcc015442ff6fc67
2015-04-09 21:34:38 +08:00

5 lines
194 B
Bash
Executable File

SCRIPT_DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
source ${SCRIPT_DIR}/prepare.sh || exit $?
source ${SCRIPT_DIR}/setup-env.sh || exit $?
source ${SCRIPT_DIR}/deploy-vm.sh || exit $?