Revert "TT#8635 set umask for files created by docker"

This reverts commit 9815c1ecff.

Change-Id: I223009d3ab96537e54d618e350f856b531c75b33
changes/05/10605/2
Sergii Kipot 9 years ago
parent f6a1b5dcf5
commit 321f8e9ca2

@ -14,11 +14,6 @@ RUN apt-get update && apt-get install --assume-yes lua5.1 lua-unit lua-lemock lu
RUN echo './t/testrunner' >>/root/.bash_history
# Create files with mode 666 and folders with mode 777 which
# allows to delete the temporary files (aka results) for
# non-root users (like 'jenkins' or 'developer's laptop local user')
RUN echo 'umask 0' >>/root/.bashrc
WORKDIR /code/
################################################################################

Loading…
Cancel
Save