Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Tatuya Kamada
gitlab-ce
Commits
4f435c6c
Commit
4f435c6c
authored
Apr 07, 2017
by
Lin Jen-Shin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reload pipeline to make sure it's updated
parent
a39ff617
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
spec/services/ci/process_pipeline_service_spec.rb
spec/services/ci/process_pipeline_service_spec.rb
+4
-1
No files found.
spec/services/ci/process_pipeline_service_spec.rb
View file @
4f435c6c
...
@@ -462,7 +462,10 @@ describe Ci::ProcessPipelineService, '#execute', :services do
...
@@ -462,7 +462,10 @@ describe Ci::ProcessPipelineService, '#execute', :services do
builds
.
find_by
(
name:
name
).
play
(
user
)
builds
.
find_by
(
name:
name
).
play
(
user
)
end
end
delegate
:manual_actions
,
to: :pipeline
def
manual_actions
pipeline
.
reload
pipeline
.
manual_actions
end
def
create_build
(
name
,
**
opts
)
def
create_build
(
name
,
**
opts
)
create
(
:ci_build
,
:created
,
pipeline:
pipeline
,
name:
name
,
**
opts
)
create
(
:ci_build
,
:created
,
pipeline:
pipeline
,
name:
name
,
**
opts
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment