Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created October 1, 2013 16:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bodepd/6781651 to your computer and use it in GitHub Desktop.
Save bodepd/6781651 to your computer and use it in GitHub Desktop.
#!/bin/bash
#
# script to build a two node environment and test.
#
set -e
build_dir="$WORKSPACE/$BUILD_ID"
mkdir -p $build_dir
cd $build_dir
git clone "git://github.com/${openstack_installer_remote}/openstack-installer"
cd openstack-installer
git checkout origin/${openstack_installer_branch}
export checkout_branch_command="${checkout_command:-}"
bash -x tests/basic_test.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment