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
682bc207
Commit
682bc207
authored
Jun 30, 2020
by
Igor Drozdov
Committed by
Marcia Ramos
Jun 30, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix CI example in Code Intelligence docs
parent
2d3fc0b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
doc/user/project/code_intelligence.md
doc/user/project/code_intelligence.md
+5
-3
No files found.
doc/user/project/code_intelligence.md
View file @
682bc207
...
...
@@ -23,12 +23,14 @@ Enable code intelligence for a project by adding a GitLab CI/CD job to the proje
```
yaml
code_navigation
:
image
:
golang:1.14.0
allow_failure
:
true
# recommended
script
:
-
go get github.com/sourcegraph/lsif-go/cmd/lsif-go
-
lsif-go
artifacts
:
reports
:
lsif
:
dump.lsif
artifacts
:
reports
:
lsif
:
dump.lsif
```
The generated LSIF file must be less than 170MiB.
...
...
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