Created
July 1, 2016 20:32
-
-
Save udienz/23ff4bde3aed697ba20a8e9431096193 to your computer and use it in GitHub Desktop.
Wrapper Puppet-lint See: https://hub.docker.com/r/udienz/puppet-lint/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
pwd | |
shopt -s globstar | |
cd /code | |
bundle install | |
bundle exec rake validate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment