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
Boxiang Sun
gitlab-ce
Commits
8e2aafcd
Commit
8e2aafcd
authored
Jun 27, 2017
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eliminate condition cases in ci/build.rb
parent
1247ae0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
app/models/ci/build.rb
app/models/ci/build.rb
+2
-5
No files found.
app/models/ci/build.rb
View file @
8e2aafcd
...
...
@@ -195,11 +195,8 @@ module Ci
variables
+=
yaml_variables
variables
+=
user_variables
variables
+=
project
.
secret_variables_for
(
ref
).
map
(
&
:to_runner_variable
)
if
trigger_request
variables
+=
trigger_request
.
user_variables
elsif
pipeline
.
pipeline_schedule
variables
+=
pipeline
.
pipeline_schedule
.
variables
.
map
(
&
:to_runner_variable
)
end
variables
+=
trigger_request
&
.
user_variables
||
[]
variables
+=
pipeline
.
pipeline_schedule
&
.
variables
&
.
map
(
&
:to_runner_variable
)
||
[]
variables
end
...
...
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