diff --git a/HowtoGitlab/8.14.md b/HowtoGitlab/8.14.md index 460e9ad5..b2e9d516 100644 --- a/HowtoGitlab/8.14.md +++ b/HowtoGitlab/8.14.md @@ -284,7 +284,6 @@ $ bundle install -j$(nproc) --deployment --without development test mysql aws ke Installation : ~~~ -$ umask 002 $ bundle exec rake gitlab:shell:install REDIS_URL=unix:/var/run/redis/foo.sock RAILS_ENV=production SKIP_STORAGE_VALIDATION=true $ chmod -R ug+rwX,o-rwx ~/repositories/ $ chmod -R ug-s ~/repositories/ @@ -296,7 +295,6 @@ $ chmod g+s ~/repositories/ Installation : ~~~ -$ umask 002 $ cd $ git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git $ cd gitlab-workhorse