Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created October 1, 2013 16:56
Show Gist options
  • Select an option

  • Save bodepd/6781651 to your computer and use it in GitHub Desktop.

Select an option

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