public
Description: response for lets you decorate your actions respond_to blocks
Homepage: http://blog.ardes.com/response_for
Clone URL: git://github.com/ianwhite/response_for.git
Click here to lend your support to: response_for and make a donation at www.pledgie.com !
Tweak cruise task
ianwhite (author)
Sat Nov 01 15:53:18 -0700 2008
commit  a482df3ef082581b6165fa680bd5354920a8d2b2
tree    eedebf4ace71df4bad95a77d7abfa72b91e8c8fd
parent  3c6185849a9c80779968c0255c7d56431a9f1335
...
69
70
71
 
72
73
74
...
69
70
71
72
73
74
75
0
@@ -69,6 +69,7 @@ end
0
 
0
 task :cruise do
0
   # run the garlic task, capture the output, if succesful make the docs and copy them to ardes
0
+  mkdir_p ".garlic"
0
   sh "garlic all > .garlic/report.txt"
0
   `scp -i ~/.ssh/ardes .garlic/report.txt ardes@ardes.com:~/subdomains/plugins/httpdocs/doc/#{plugin_name}_garlic_report.txt`
0
   cd ".garlic/edge/vendor/plugins/#{plugin_name}" do

Comments