remove development, test from bundle install
This commit is contained in:
parent
854614e002
commit
72532ad17c
1 changed files with 1 additions and 1 deletions
2
debian/postinst
vendored
2
debian/postinst
vendored
|
@ -215,7 +215,7 @@ EOF
|
||||||
su ${gitlab_user} -s /bin/sh -c "touch ${gitlab_data_dir}/Gemfile.lock"
|
su ${gitlab_user} -s /bin/sh -c "touch ${gitlab_data_dir}/Gemfile.lock"
|
||||||
|
|
||||||
echo "Verifying we have all required libraries..."
|
echo "Verifying we have all required libraries..."
|
||||||
su ${gitlab_user} -s /bin/sh -c 'bundle install --local'
|
su ${gitlab_user} -s /bin/sh -c 'bundle install --without development test --local'
|
||||||
|
|
||||||
echo "Running final rake tasks and tweaks..."
|
echo "Running final rake tasks and tweaks..."
|
||||||
. /usr/lib/gitlab/scripts/rake-tasks.sh
|
. /usr/lib/gitlab/scripts/rake-tasks.sh
|
||||||
|
|
Loading…
Reference in a new issue