Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-09-26 14:02:57 +0300
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2017-09-26 14:02:57 +0300
commit1a8777c8d775b951384fbe4b8cf050b26b247d00 (patch)
tree3650d1ee92143020ca1af627cdef96e736e24d81 /app/services/ci
parentda15b38850d8d345a17862754285c34a2fbf08b6 (diff)
Fix coding style offenses in pipeline chain classes
Diffstat (limited to 'app/services/ci')
-rw-r--r--app/services/ci/create_pipeline_service.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/services/ci/create_pipeline_service.rb b/app/services/ci/create_pipeline_service.rb
index af1784fe1dc..df5b32d97ca 100644
--- a/app/services/ci/create_pipeline_service.rb
+++ b/app/services/ci/create_pipeline_service.rb
@@ -28,7 +28,6 @@ module Ci
project: project,
current_user: current_user)
-
sequence = Gitlab::Ci::Pipeline::Chain::Sequence
.new(pipeline, command, SEQUENCE)