From 739d8f72dfccc858ce52db2d4a2222cce87418a4 Mon Sep 17 00:00:00 2001 From: Alban Peignier Date: Wed, 13 Sep 2017 13:57:56 +0200 Subject: Fixes nice pre-commit typo o/. Refs #4468 --- lib/tasks/ci.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/tasks') diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index ca70d1821..69f5f9ca8 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -2,7 +2,7 @@ namespace :ci do desc "Prepare CI build" task :setup do cp "config/database/jenkins.yml", "config/database.yml" - sh "RAILS_ENV=test rake db:drop d:create db:migrate" + sh "RAILS_ENV=test rake db:drop db:create db:migrate" sh "npm --production --no-progress install" end -- cgit v1.2.3