timodwhit/drupal-frontend

Error executing action `run` on resource 'bash[compile CSS]'

Closed this issue · 2 comments

I added the cookbook into drupal-lamp, added the correct hash, and this is the result:

Error executing action `run` on resource 'bash[compile CSS]'
================================================================================


Mixlib::ShellOut::ShellCommandFailed
------------------------------------
Expected process to exit with [0], but received '10'
---- Begin output of "bash"  "/tmp/chef-script20140327-14850-1b2czjd" ----
STDOUT: Bundler::GemfileNotFound
Could not locate Gemfile
Could not locate Gemfile
STDERR: 
---- End output of "bash"  "/tmp/chef-script20140327-14850-1b2czjd" ----
Ran "bash"  "/tmp/chef-script20140327-14850-1b2czjd" returned 10

This sounds like an issue with the commands that you are running. If you are using bundler, then you have to have a gemfile. Otherwise, just run compass compile, but you will need to adjust the commands/gems you are installing.

Yep - it was an issue with the commands.