From 8c0deb80a75e1a72d572b637d16a64e86cdeeb5a Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Tue, 30 Sep 2014 14:02:36 +0300 Subject: [PATCH 1/2] Robot script now movet to own dir --- bin/robot | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/robot b/bin/robot index ec2b8f83b..195a6b3dd 100755 --- a/bin/robot +++ b/bin/robot @@ -3,6 +3,10 @@ # # Build and run everything for automatic tests # + +# cd to current script directory +cd "$(dirname "$0")" + git pull origin master bundle install --deployment From c55e10f9fb3f4b32b42bae332f714480189d4917 Mon Sep 17 00:00:00 2001 From: Priit Tamboom Date: Tue, 30 Sep 2014 14:05:07 +0300 Subject: [PATCH 2/2] Gitignore public assets --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 7140b1b7a..be5d34fee 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ capybara-*.html /tmp /db/*.sqlite3 /public/system +/public/assets /coverage/ /spec/tmp **.orig