diff options
author | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-10 22:21:15 +0100 |
---|---|---|
committer | Kamil Trzcinski <ayufan@ayufan.eu> | 2015-11-10 22:21:15 +0100 |
commit | eef129bd4ad41665cf5c1f1631e80b2f1bb3e4af (patch) | |
tree | 4f74a41fa933c98c1b3243759b84127324f8c5f5 /lib | |
parent | db3213fc1c653b20783f9a41074eaf17132010de (diff) | |
download | gitlab-ce-eef129bd4ad41665cf5c1f1631e80b2f1bb3e4af.tar.gz |
Final fixes
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ci/api/builds.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ci/api/builds.rb b/lib/ci/api/builds.rb index dab0df12635..0a586672807 100644 --- a/lib/ci/api/builds.rb +++ b/lib/ci/api/builds.rb @@ -69,7 +69,7 @@ module Ci end status 200 - { temp_path: ArtifactUploader.artifacts_upload_path } + { TempPath: ArtifactUploader.artifacts_upload_path } end # Upload artifacts to build - Runners only |