Created
July 4, 2019 00:43
-
-
Save eshleebien/f4a77f9168df440bcb96d5d9a21f5f39 to your computer and use it in GitHub Desktop.
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 | |
| 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