This commit is contained in:
Alessio Caiazza 2017-11-03 12:23:08 +01:00
parent 49210dfff1
commit 44f885eff6
No known key found for this signature in database
GPG key ID: 8655B9CB5B8B512E

View file

@ -6,7 +6,7 @@ module Gitlab
SUCCEEDED = 'Succeeded'.freeze
FAILED = 'Failed'.freeze
UNKNOWN = 'Unknown'.freeze
PHASES = [PENDING, RUNNING, SUCCEEDED, FAILED, UNKNONW].freeze
PHASES = [PENDING, RUNNING, SUCCEEDED, FAILED, UNKNOWN].freeze
end
end
end