Skip to content

Commit bea25ef

Browse files
CI: cleanup (alpine docker file) (#411)
There is not need to create and correct /home/test/testgres/logs directory.
1 parent aa585bf commit bea25ef

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile--alpine.tmpl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ RUN chmod 700 /home/test/ && \
112112
# echo ' GSSAPIAuthentication no' >> /home/test/.ssh/config && \
113113
chown -R test:test /home/test/.ssh && \
114114
chmod 700 /home/test/.ssh && \
115-
chmod 600 /home/test/.ssh/config && \
116-
mkdir /home/test/testgres/logs && \
117-
chown -R test:test /home/test/testgres/logs
115+
chmod 600 /home/test/.ssh/config
118116

119117
#
120118
# \"$@\"

0 commit comments

Comments
 (0)