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
2db73289
Commit
2db73289
authored
May 02, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolve .gitlab-ci.yml
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
21e78c85
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
54 deletions
+0
-54
.gitlab-ci.yml
.gitlab-ci.yml
+0
-54
No files found.
.gitlab-ci.yml
View file @
2db73289
...
...
@@ -282,17 +282,6 @@ static-analysis:
<<
:
*except-docs
stage
:
test
script
:
<<<<<<< HEAD
- bundle exec "rubocop --require rubocop-rspec"
rake haml_lint
:
*exec
rake scss_lint
:
*exec
rake config_lint
:
*exec
rake brakeman
:
*exec
rake flay
:
*exec
license_finder
:
*exec
rake downtime_check
:
*exec
=======
-
scripts/static-analysis
downtime_check
:
...
...
@@ -303,27 +292,6 @@ downtime_check:
-
/^[\d-]+-stable(-ee)?$/
-
/^docs\/*/
ee_compat_check
:
<<
:
*rake-exec
only
:
-
branches@gitlab-org/gitlab-ce
except
:
-
master
-
tags
-
/^[\d-]+-stable(-ee)?$/
allow_failure
:
yes
cache
:
key
:
"
ee_compat_check_repo"
paths
:
-
ee_compat_check/ee-repo/
artifacts
:
name
:
"
${CI_JOB_NAME}_${CI_COMIT_REF_NAME}_${CI_COMMIT_SHA}"
when
:
on_failure
expire_in
:
10d
paths
:
-
ee_compat_check/patches/*.patch
>
>>>>>>
ce-com/master
.db-migrate-reset
:
&db-migrate-reset
stage
:
test
<<
:
*dedicated-runner
...
...
@@ -438,17 +406,6 @@ docs:check:links:
# Check the internal links
-
bundle exec nanoc check internal_links
<
<<<<<< HEAD
b
undler:check:
stage: test
<<: *dedicated-runner
<<: *ruby-static-analysis
<<: *except-docs
script:
- bundle check
=
======
>
>>>>>> ce-com/master
bundler:audit:
stage
:
test
<<
:
*ruby-static-analysis
...
...
@@ -507,17 +464,6 @@ coverage:
-
coverage/index.html
-
coverage/assets/
<
<<<<<< HEAD
l
int:javascript:
<<: *dedicated-runner
<<: *except-docs
stage: test
before_script: []
script:
- yarn run eslint
=
======
>
>>>>>> ce-com/master
lint:javascript:report:
<<
:
*dedicated-runner
<<
:
*except-docs
...
...
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