From b8a8f4d7c16f743707afa0fb170ba0b689162c2a Mon Sep 17 00:00:00 2001 From: Praveen Arimbrathodiyil Date: Sat, 16 Jan 2016 02:16:50 +0530 Subject: [PATCH] run gitlab:check --- debian/rake-tasks.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rake-tasks.sh b/debian/rake-tasks.sh index 33e1732a72..a1d2df1f53 100755 --- a/debian/rake-tasks.sh +++ b/debian/rake-tasks.sh @@ -9,5 +9,6 @@ REDIS_URL=redis://localhost:6379 \ SHELL_ROOT_PATH=/usr/share/gitlab-shell RAILS_ENV=production' echo "Precompiling assets..." su ${gitlab_user} -s /bin/sh -c 'bundle exec rake assets:precompile RAILS_ENV=production' +su ${gitlab_user} -s /bin/sh -c 'bundle exec rake gitlab:check RAILS_ENV=production' su ${gitlab_user} -s /bin/sh -c 'touch public/source.tar.gz'