[DRE-commits] [gitlab] 01/01: use -H in sudo

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Fri Sep 16 08:11:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a commit to branch tests
in repository gitlab.

commit ddec89ed713d4950bda4457f139f4c6642207b2d
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Fri Sep 16 13:40:08 2016 +0530

    use -H in sudo
---
 debian/tests/setup | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/tests/setup b/debian/tests/setup
index 6fd3104..610f4fd 100755
--- a/debian/tests/setup
+++ b/debian/tests/setup
@@ -33,8 +33,8 @@ EOF
 fi
 
 export $(cat /etc/gitlab/gitlab-debian.conf)
-sudo -u gitlab -E bundle install --local
-sudo -u gitlab -E bundle exec rspec spec/uploaders spec/routing spec/views \
+sudo -u gitlab -E -H bundle install --local
+sudo -u gitlab -E -H bundle exec rspec spec/uploaders spec/routing spec/views \
 spec/factories_spec.rb
 
 #config 2/2 failed, controllers many failed

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git



More information about the Pkg-ruby-extras-commits mailing list