Update environment variables for job

Set USER and CI
pull/2506/head
Åke Forslund 2020-03-12 12:00:24 +01:00
parent 27de6c72c4
commit 223274d2ad
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ ENV LANG en_US.UTF-8
ENV LANGUAGE en_US:en
ENV LC_ALL en_US.UTF-8
ENV USER root
ENV CI true
# Setup the virtual environment
# This may not be the most efficient way to do this in terms of number of
# steps, but it is built to take advantage of Docker's caching mechanism