run gitlab:check
This commit is contained in:
parent
7e693ff6d0
commit
b8a8f4d7c1
1 changed files with 1 additions and 0 deletions
1
debian/rake-tasks.sh
vendored
1
debian/rake-tasks.sh
vendored
|
@ -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'
|
||||
|
||||
|
|
Loading…
Reference in a new issue