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
Léo-Paul Géneau
gitlab-ce
Commits
8a6a312d
Commit
8a6a312d
authored
Nov 02, 2018
by
Matija Čupić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make Rubocop and Danger happy
parent
73e17446
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
1 deletion
+5
-1
app/models/ci/build.rb
app/models/ci/build.rb
+1
-1
lib/gitlab/ci/config/normalizer.rb
lib/gitlab/ci/config/normalizer.rb
+2
-0
spec/lib/gitlab/ci/config/normalizer_spec.rb
spec/lib/gitlab/ci/config/normalizer_spec.rb
+2
-0
No files found.
app/models/ci/build.rb
View file @
8a6a312d
...
...
@@ -781,7 +781,7 @@ module Ci
end
end
def
predefined_variables
def
predefined_variables
# rubocop:disable Metrics/AbcSize
Gitlab
::
Ci
::
Variables
::
Collection
.
new
.
tap
do
|
variables
|
variables
.
append
(
key:
'CI'
,
value:
'true'
)
variables
.
append
(
key:
'GITLAB_CI'
,
value:
'true'
)
...
...
lib/gitlab/ci/config/normalizer.rb
View file @
8a6a312d
# frozen_string_literal: true
module
Gitlab
module
Ci
class
Config
...
...
spec/lib/gitlab/ci/config/normalizer_spec.rb
View file @
8a6a312d
# frozen_string_literal: true
require
'fast_spec_helper'
describe
Gitlab
::
Ci
::
Config
::
Normalizer
do
...
...
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