diff options
author | Kamil Trzciński <ayufan@ayufan.eu> | 2017-12-08 09:09:06 +0000 |
---|---|---|
committer | Kamil Trzciński <ayufan@ayufan.eu> | 2018-02-28 20:45:07 +0100 |
commit | 87f11d2cf539d9539b439b54355f0dadaf4ebf76 (patch) | |
tree | 389f5bb28aabfe6a189795fa91611318bb272101 /config/gitlab.yml.example | |
parent | 6ca02a41500790b3e9061dd8836540955b9aaf7c (diff) | |
download | gitlab-ce-87f11d2cf539d9539b439b54355f0dadaf4ebf76.tar.gz |
Merge branch 'zj-auto-upload-job-artifacts' into 'master'
Transfer job archives after creation
See merge request gitlab-org/gitlab-ee!3646
Diffstat (limited to 'config/gitlab.yml.example')
-rw-r--r-- | config/gitlab.yml.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index e2256c5c118..d8fa3138184 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -679,6 +679,7 @@ test: object_store: enabled: false remote_directory: artifacts # The bucket name + background_upload: false connection: provider: AWS # Only AWS supported at the moment aws_access_key_id: AWS_ACCESS_KEY_ID |