Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save eshleebien/f4a77f9168df440bcb96d5d9a21f5f39 to your computer and use it in GitHub Desktop.

Select an option

Save eshleebien/f4a77f9168df440bcb96d5d9a21f5f39 to your computer and use it in GitHub Desktop.
#!/bin/bash
chef-solo -c ../path/to/your/solo-test.rb -E staging -o your-cookbooks::recipe || exit 1
chef-solo -c ../path/to/your/solo-test.rb -E staging -o your-cookbooks::another_recipe || exit 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment