mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Update gitlab.yml to upstream
Signed-off-by: solidnerd <niclas@mietz.io>
This commit is contained in:
parent
1f02a1b54c
commit
cf29d0676b
@ -540,6 +540,9 @@ production: &base
|
||||
upload_pack: true
|
||||
receive_pack: true
|
||||
|
||||
# Git import/fetch timeout, in seconds. Defaults to 3 hours.
|
||||
# git_timeout: 10800
|
||||
|
||||
# If you use non-standard ssh port you need to specify it
|
||||
ssh_port: {{GITLAB_SSH_PORT}}
|
||||
|
||||
@ -620,6 +623,8 @@ test:
|
||||
# user: YOUR_USERNAME
|
||||
pages:
|
||||
path: tmp/tests/pages
|
||||
artifacts:
|
||||
path: tmp/tests/artifacts
|
||||
repositories:
|
||||
storages:
|
||||
default:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user