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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
7183fac8
Commit
7183fac8
authored
Mar 15, 2018
by
Stan Hu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve conflict in app/models/ci/build.rb
parent
4d8df34a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
app/models/ci/build.rb
app/models/ci/build.rb
+0
-6
No files found.
app/models/ci/build.rb
View file @
7183fac8
...
@@ -576,15 +576,9 @@ module Ci
...
@@ -576,15 +576,9 @@ module Ci
def
persisted_environment_variables
def
persisted_environment_variables
Gitlab
::
Ci
::
Variables
::
Collection
.
new
.
tap
do
|
variables
|
Gitlab
::
Ci
::
Variables
::
Collection
.
new
.
tap
do
|
variables
|
return
variables
unless
persisted_environment
return
variables
unless
persisted_environment
<<<<<<<
HEAD
variables
.
concat
(
persisted_environment
.
predefined_variables
)
variables
.
concat
(
persisted_environment
.
predefined_variables
)
=======
variables
.
concat
(
persisted_environment
.
predefined_variables
)
>>>>>>>
upstream
/
master
# Here we're passing unexpanded environment_url for runner to expand,
# Here we're passing unexpanded environment_url for runner to expand,
# and we need to make sure that CI_ENVIRONMENT_NAME and
# and we need to make sure that CI_ENVIRONMENT_NAME and
# CI_ENVIRONMENT_SLUG so on are available for the URL be expanded.
# CI_ENVIRONMENT_SLUG so on are available for the URL be expanded.
...
...
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