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

This reverts commit 05fbd1e28c.

Change-Id: Iacf2d4bfccaed2ae6d20363cf397c6e53466221c
changes/08/10608/1
Sergii Kipot 9 years ago
parent 05fbd1e28c
commit c3afdeaf28

@ -13,11 +13,6 @@ RUN apt-get install --assume-yes python-yaml python-junitxml \
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