Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Add HOME and SHELL environment variables
Browse files Browse the repository at this point in the history
  • Loading branch information
messense committed Oct 16, 2016
1 parent 53be989 commit 2399669
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions badwolf/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ def run_in_container(self, docker_image_name):
# TODO: Add more test context related env vars
environment.update({
'DEBIAN_FRONTEND': 'noninteractive',
'HOME': '/root',
'SHELL': '/bin/sh',
'CI': 'true',
'CI_NAME': 'badwolf',
'BADWOLF_BRANCH': self.branch,
Expand Down

0 comments on commit 2399669

Please sign in to comment.