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

This reverts commit ee73e52450.

Change-Id: I8ee6f09d9888faaffbe73ff00e9ebe6803e513ae
changes/06/10606/1
Sergii Kipot 8 years ago
parent ee73e52450
commit 9214bdbcb6

@ -12,11 +12,6 @@ RUN apt-get install --assume-yes git abi-compliance-checker
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