Commit 4b8f95e5 authored by Micaël Bergeron's avatar Micaël Bergeron

fix failing specs

parent bba593dd
......@@ -11,6 +11,8 @@ module Ci
mount_uploader :file, JobArtifactUploader
delegate :exists?, :open, to: :file
enum file_type: {
archive: 1,
metadata: 2,
......
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