Added color for 'created' pipelines
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
a1d8d1f0ff
commit
c7da323add
@ -56,6 +56,7 @@ impl PipelineStatus {
|
||||
PipelineStatus::Running => (Color::AMBER, true),
|
||||
PipelineStatus::Success => (Color::GREEN, false),
|
||||
PipelineStatus::Failed => (Color::RED, false),
|
||||
PipelineStatus::Created => (Color::ORANGE, false),
|
||||
_ => { warn!("Unknown color for pipeline status {:?}.", self);
|
||||
(Color::OFF, false) }
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user