Commit 682bc207 authored by Igor Drozdov's avatar Igor Drozdov Committed by Marcia Ramos

Fix CI example in Code Intelligence docs

parent 2d3fc0b4
......@@ -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.
......
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