remove redundant `pipeline`

This commit is contained in:
Rydkin Maxim 2017-03-27 21:14:17 +03:00
parent a0de26f2c4
commit 86d8c2a78e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ module Ci
end
def status_title
"Pipeline is redundant and is auto-canceled by Pipeline ##{pipeline.auto_canceled_by_id}" if auto_canceled?
"Pipeline is redundant and is auto-canceled by Pipeline ##{auto_canceled_by_id}" if auto_canceled?
end
end
end