Skip to content

Instantly share code, notes, and snippets.

@noorul
Created December 26, 2015 06:49
Show Gist options
  • Save noorul/91bfb900725e612e5135 to your computer and use it in GitHub Desktop.
Save noorul/91bfb900725e612e5135 to your computer and use it in GitHub Desktop.
pack cookbook
#!/bin/bash
echo Removing /tmp/cookbooks folder...
rm -r -f /tmp/cookbooks
echo Running berks vendor
bundle exec berks vendor /tmp/cookbooks
echo Creating tar archive
tar czvf /tmp/demeter-cookbook.tar.gz -C /tmp cookbooks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment