Merge "Add ability to use Bundler to run puppet-lint"
This commit is contained in:
commit
e04e195724
@ -93,7 +93,14 @@
|
||||
cd "$MODULE"
|
||||
fi
|
||||
fi
|
||||
rake lint 2>&1
|
||||
if [ -f Gemfile ]; then
|
||||
mkdir .bundled_gems
|
||||
export GEM_HOME=`pwd`/.bundled_gems
|
||||
bundle install
|
||||
bundle exec rake lint 2>&1
|
||||
else
|
||||
rake lint 2>&1
|
||||
fi
|
||||
|
||||
- builder:
|
||||
name: puppet-syntax
|
||||
|
Loading…
x
Reference in New Issue
Block a user