Add notice implementation

This commit is contained in:
Kamil Trzcinski 2016-07-18 14:59:01 +02:00
parent 60583bf9db
commit 410e638bbf
1 changed files with 2 additions and 0 deletions

View File

@ -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'
##