Commit 2b728ed3 authored by Lin Jen-Shin's avatar Lin Jen-Shin
parent 4b9f76ce
...@@ -25,7 +25,7 @@ class Projects::ArtifactsController < Projects::ApplicationController ...@@ -25,7 +25,7 @@ class Projects::ArtifactsController < Projects::ApplicationController
if entry.exists? if entry.exists?
send_artifacts_entry(build, entry) send_artifacts_entry(build, entry)
else else
render json: {}, status: 404 render_404
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