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
00d3be46
Commit
00d3be46
authored
Nov 10, 2018
by
Lukas Eipert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove unnecessary job dependencies
parent
4aa41d07
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
.gitlab-ci.yml
.gitlab-ci.yml
+5
-3
No files found.
.gitlab-ci.yml
View file @
00d3be46
...
@@ -318,6 +318,7 @@ review-docs-cleanup:
...
@@ -318,6 +318,7 @@ review-docs-cleanup:
cloud-native-image
:
cloud-native-image
:
image
:
ruby:2.4-alpine
image
:
ruby:2.4-alpine
before_script
:
[]
before_script
:
[]
dependencies
:
[]
stage
:
test
stage
:
test
allow_failure
:
true
allow_failure
:
true
variables
:
variables
:
...
@@ -632,6 +633,7 @@ rails5_gemfile_lock_check:
...
@@ -632,6 +633,7 @@ rails5_gemfile_lock_check:
ee_compat_check
:
ee_compat_check
:
<<
:
*rake-exec
<<
:
*rake-exec
dependencies
:
[]
except
:
except
:
-
master
-
master
-
tags
-
tags
...
@@ -860,9 +862,7 @@ coverage:
...
@@ -860,9 +862,7 @@ coverage:
lint:javascript:report:
lint:javascript:report:
<<
:
*dedicated-no-docs-and-no-qa-pull-cache-job
<<
:
*dedicated-no-docs-and-no-qa-pull-cache-job
stage
:
post-test
stage
:
post-test
dependencies
:
dependencies
:
[]
-
compile-assets
-
setup-test-env
before_script
:
[]
before_script
:
[]
script
:
script
:
-
date
-
date
...
@@ -916,6 +916,7 @@ gitlab_git_test:
...
@@ -916,6 +916,7 @@ gitlab_git_test:
variables
:
variables
:
SETUP_DB
:
"
false"
SETUP_DB
:
"
false"
before_script
:
[]
before_script
:
[]
dependencies
:
[]
cache
:
{}
cache
:
{}
script
:
script
:
-
spec/support/prepare-gitlab-git-test-for-commit --check-for-changes
-
spec/support/prepare-gitlab-git-test-for-commit --check-for-changes
...
@@ -926,6 +927,7 @@ no_ee_check:
...
@@ -926,6 +927,7 @@ no_ee_check:
variables
:
variables
:
SETUP_DB
:
"
false"
SETUP_DB
:
"
false"
before_script
:
[]
before_script
:
[]
dependencies
:
[]
cache
:
{}
cache
:
{}
script
:
script
:
-
scripts/no-ee-check
-
scripts/no-ee-check
...
...
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