Merge pull request #411 from brthor/fix_vso_builds

delete staging directory before bringing down bats to avoid conflicts
This commit is contained in:
Bryan Thornbury 2015-12-04 18:02:15 -08:00
commit f4c8d0f22e

View file

@ -74,6 +74,7 @@ create_debian_package(){
test_debian_package(){
header "Testing debian package"
rm -rf $TEST_STAGE_DIR
git clone https://github.com/sstephenson/bats.git $TEST_STAGE_DIR
$TEST_STAGE_DIR/bin/bats $PACKAGE_OUTPUT_DIR/test_package.bats