Add notice implementation
This commit is contained in:
parent
60583bf9db
commit
410e638bbf
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ module Ci
|
|||
user: user,
|
||||
project: @pipeline.project)
|
||||
|
||||
# TODO: The proper implementation for this is in
|
||||
# https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5295
|
||||
build_attrs[:status] = 'skipped' if build_attrs[:when] == 'manual'
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue