Commit 3fe6f2ce authored by Stan Hu's avatar Stan Hu

Merge branch 'patch-29' into 'master'

Typo in log message of gitlab-rake gitlab:artifacts:migrate

See merge request gitlab-org/gitlab-ce!21936
parents 7c1cfd0b 51b21050
......@@ -15,7 +15,7 @@ namespace :gitlab do
build.artifacts_file.migrate!(ObjectStorage::Store::REMOTE)
build.artifacts_metadata.migrate!(ObjectStorage::Store::REMOTE)
logger.info("Transferred artifacts of #{build.id} of #{build.artifacts_size} to object storage")
logger.info("Transferred artifact ID #{build.id} with size #{build.artifacts_size} to object storage")
rescue => e
logger.error("Failed to transfer artifacts of #{build.id} with error: #{e.message}")
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment