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
dfacd3a0
Commit
dfacd3a0
authored
Mar 15, 2019
by
Matija Čupić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move gitlab-org specific config to .gitlab-ci.yml
parent
3b3b1602
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
7 deletions
+8
-7
.gitlab-ci.yml
.gitlab-ci.yml
+8
-0
lib/gitlab/ci/templates/Code-Quality.gitlab-ci.yml
lib/gitlab/ci/templates/Code-Quality.gitlab-ci.yml
+0
-7
No files found.
.gitlab-ci.yml
View file @
dfacd3a0
...
@@ -777,6 +777,14 @@ jest:
...
@@ -777,6 +777,14 @@ jest:
code_quality
:
code_quality
:
<<
:
*dedicated-no-docs-no-db-pull-cache-job
<<
:
*dedicated-no-docs-no-db-pull-cache-job
# gitlab-org runners set `privileged: false` but we need to have it set to true
# since we're using Docker in Docker
tags
:
[]
before_script
:
[]
cache
:
{}
dependencies
:
[]
variables
:
SETUP_DB
:
"
false"
sast
:
sast
:
<<
:
*dedicated-no-docs-no-db-pull-cache-job
<<
:
*dedicated-no-docs-no-db-pull-cache-job
...
...
lib/gitlab/ci/templates/Code-Quality.gitlab-ci.yml
View file @
dfacd3a0
code_quality
:
code_quality
:
image
:
docker:stable
image
:
docker:stable
allow_failure
:
true
allow_failure
:
true
# gitlab-org runners set `privileged: false` but we need to have it set to true
# since we're using Docker in Docker
tags
:
[]
before_script
:
[]
services
:
services
:
-
docker:stable-dind
-
docker:stable-dind
variables
:
variables
:
SETUP_DB
:
"
false"
DOCKER_DRIVER
:
overlay2
DOCKER_DRIVER
:
overlay2
cache
:
{}
dependencies
:
[]
script
:
script
:
-
docker run
-
docker run
--env SOURCE_CODE="$PWD"
--env SOURCE_CODE="$PWD"
...
...
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