diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-02 18:10:57 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2022-05-02 18:10:57 +0000 |
commit | 63fbe648bba03254f7658b50deb2521fa8ac08d3 (patch) | |
tree | bb01ef4333b3bf8d34f42f4fc7f04184a48ab626 /lib/api/ci/runner.rb | |
parent | f62efc386492a3e7ee2243202389d29ab62b5978 (diff) | |
download | gitlab-ce-63fbe648bba03254f7658b50deb2521fa8ac08d3.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/api/ci/runner.rb')
-rw-r--r-- | lib/api/ci/runner.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/api/ci/runner.rb b/lib/api/ci/runner.rb index c6c238c73a0..60e476d8780 100644 --- a/lib/api/ci/runner.rb +++ b/lib/api/ci/runner.rb @@ -305,6 +305,7 @@ module API result = ::Ci::JobArtifacts::CreateService.new(job).execute(artifacts, params, metadata_file: metadata) if result[:status] == :success + log_artifact_size(artifacts) status :created body "201" else |