Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
accelerator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIC
detectors
accelerator
Merge requests
!1
Ids
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Ids
ids
into
master
Overview
0
Commits
2
Pipelines
1
Changes
3
Open
Whitney Armstrong
requested to merge
ids
into
master
4 years ago
Overview
0
Commits
2
Pipelines
1
Changes
3
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f4ae98d0
2 commits,
4 years ago
3 files
+
234
−
15
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
11
−
0
Options
@@ -31,3 +31,14 @@ overlap_check:
-
cat doc/overlap_check.out
allow_failure
:
true
pages
:
cache
:
paths
:
-
node_modules/
image
:
node:latest
script
:
-
mkdir public && cp doc/main.html public/index.html
artifacts
:
paths
:
-
public
Loading