Commit bc509e2f authored by Sean Arnold's avatar Sean Arnold

Revert comment changes above destroy

parent 93b92dbf
...@@ -225,7 +225,7 @@ module Gitlab ...@@ -225,7 +225,7 @@ module Gitlab
erase_trace_chunks! erase_trace_chunks!
raise AlreadyArchivedError, 'Could not archive again' raise AlreadyArchivedError, 'Could not archive again'
else else
# An archive already exists, but its associated file is not complete, so remove it # An archive already exists, but its associated file does not, so remove it
trace_artifact.destroy! trace_artifact.destroy!
end end
end 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