From 3efb8b5a64cf257b222cf8bdf8e518087f0ce97c Mon Sep 17 00:00:00 2001 From: Priit Tark Date: Mon, 2 Mar 2015 16:16:15 +0200 Subject: [PATCH] Robot: add secret key example --- bin/robot | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/robot b/bin/robot index a9a26ad3c..88334b159 100755 --- a/bin/robot +++ b/bin/robot @@ -16,6 +16,7 @@ export RAILS_ENV=test cd "$(dirname "$0")"; cd .. cp config/application-example.yml config/application.yml +cp config/secrets-example.yml config/secrets.yml cp config/database-robot.yml config/database.yml # under jenkins use rbenv-plugin wrapper