diff options
author | Igor Drozdov <idrozdov@gitlab.com> | 2020-05-18 09:36:48 +0000 |
---|---|---|
committer | Igor Drozdov <idrozdov@gitlab.com> | 2020-05-28 09:05:03 +0300 |
commit | b7d9dad4824067d457ebc0a247f78504de0c4a25 (patch) | |
tree | 44fbabed788f0cd11fafb639ee201a7b5c941996 | |
parent | a38da6c11864f98950f7145ab5707bd461d16e39 (diff) | |
download | gitlab-shell-b7d9dad4824067d457ebc0a247f78504de0c4a25.tar.gz |
Use LSIF reports for code navigationid-use-reports-for-code-navigation
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9c1744..8306f2f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -104,12 +104,8 @@ code_navigation: image: golang:1.14.0 allow_failure: true script: - - apt-get update && apt-get install -y ruby-full - go get github.com/sourcegraph/lsif-go/cmd/lsif-go - - gem install lsif_parser - lsif-go - - lsif_parser dump.lsif $PWD - - mv dump.lsif.tmp lsif artifacts: - paths: - - lsif/ + reports: + lsif: dump.lsif |