Commit de543359 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Prefer Ci::Build#erase_artifacts!

parent 0a294698
......@@ -196,8 +196,7 @@ module Ci
not_found! unless build
authenticate_build_token!(build)
build.remove_artifacts_file!
build.remove_artifacts_metadata!
build.erase_artifacts!
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