Commit 66fb0eab authored by Jacob Vosmaer's avatar Jacob Vosmaer

Merge branch 'id-simplified-setup' into 'master'

Use simplified setup for code intelligence

See merge request gitlab-org/gitlab-workhorse!520
parents 00d53f23 31ddf62c
...@@ -63,14 +63,10 @@ gosec-sast: ...@@ -63,14 +63,10 @@ gosec-sast:
- make install - make install
code_navigation: code_navigation:
image: registry.gitlab.com/gitlab-org/gitlab-build-images:ruby-2.6-golang-1.14-git-2.24
allow_failure: true allow_failure: true
script: script:
- go get github.com/sourcegraph/lsif-go/cmd/lsif-go - go get github.com/sourcegraph/lsif-go/cmd/lsif-go
- gem install lsif_parser - lsif-go
- ~/go/bin/lsif-go
- lsif_parser dump.lsif $PWD
- mv dump.lsif.tmp lsif
artifacts: artifacts:
paths: reports:
- lsif/ lsif: dump.lsif
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