Make tmp/cache during workbench install. No issue #
authorTom Clegg <tom@curoverse.com>
Thu, 12 Feb 2015 16:21:36 +0000 (11:21 -0500)
committerTom Clegg <tom@curoverse.com>
Thu, 12 Feb 2015 16:22:04 +0000 (11:22 -0500)
jenkins/run-tests.sh

index a0fefaaf57caf7883040f6e1a7312561f63adf49..689405b2ef97f8e3312f2a3b75cbc5cb0658d8e4 100755 (executable)
@@ -525,6 +525,7 @@ done
 
 install_workbench() {
     cd "$WORKSPACE/apps/workbench" \
+        && mkdir -p tmp/cache \
         && RAILS_ENV=test bundle_install_trylocal
 }
 do_install apps/workbench workbench