Commit 2db73289 authored by Rémy Coutable's avatar Rémy Coutable

Resolve .gitlab-ci.yml

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 21e78c85
...@@ -282,17 +282,6 @@ static-analysis: ...@@ -282,17 +282,6 @@ static-analysis:
<<: *except-docs <<: *except-docs
stage: test stage: test
script: 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 - scripts/static-analysis
downtime_check: downtime_check:
...@@ -303,27 +292,6 @@ downtime_check: ...@@ -303,27 +292,6 @@ downtime_check:
- /^[\d-]+-stable(-ee)?$/ - /^[\d-]+-stable(-ee)?$/
- /^docs\/*/ - /^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 .db-migrate-reset: &db-migrate-reset
stage: test stage: test
<<: *dedicated-runner <<: *dedicated-runner
...@@ -438,17 +406,6 @@ docs:check:links: ...@@ -438,17 +406,6 @@ docs:check:links:
# Check the internal links # Check the internal links
- bundle exec nanoc check internal_links - bundle exec nanoc check internal_links
<<<<<<< HEAD
bundler:check:
stage: test
<<: *dedicated-runner
<<: *ruby-static-analysis
<<: *except-docs
script:
- bundle check
=======
>>>>>>> ce-com/master
bundler:audit: bundler:audit:
stage: test stage: test
<<: *ruby-static-analysis <<: *ruby-static-analysis
...@@ -507,17 +464,6 @@ coverage: ...@@ -507,17 +464,6 @@ coverage:
- coverage/index.html - coverage/index.html
- coverage/assets/ - coverage/assets/
<<<<<<< HEAD
lint:javascript:
<<: *dedicated-runner
<<: *except-docs
stage: test
before_script: []
script:
- yarn run eslint
=======
>>>>>>> ce-com/master
lint:javascript:report: lint:javascript:report:
<<: *dedicated-runner <<: *dedicated-runner
<<: *except-docs <<: *except-docs
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment