CI TEST - based upon repo integration task

This uses the repo integration task.  It also take advantage of the
repo Berksfil REPO_DEV support to pull in the current patch.

Change-Id: I5a0fe1b938f113a922b4a8ea1de9756c47f06dcd
This commit is contained in:
Mark Vanderwiel
2015-06-05 16:10:18 -05:00
parent 2a9a994aa4
commit 3d37e8c52f
2 changed files with 16 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ sudo apt-get -y install build-essential liblzma-dev zlib1g-dev
chefdk=chefdk_0.4.0-1_amd64.deb
wget -nv -t 3 https://opscode-omnibus-packages.s3.amazonaws.com/ubuntu/12.04/x86_64/$chefdk
sudo dpkg -i $chefdk
rm $chefdk
## workaround to fix redhat fauxhai permission issue (can be removed with fauxhai > 2.3 in chefdk)
sudo chef exec ruby -e "require 'fauxhai'; Fauxhai.mock(platform:'redhat', version:'7.1')"