Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Steinhardt <psteinhardt@gitlab.com>2021-05-20 11:05:10 +0300
committerPatrick Steinhardt <psteinhardt@gitlab.com>2021-05-20 12:01:05 +0300
commit8f54546a283da2769541bf2eab79a85881552a99 (patch)
tree9059d99fcb30c4dc32b9ba97249dcd9ceb574432 /.gitlab-ci.yml
parent066494f2d1cff8a9764af0d583370cc2b3ffebac (diff)
ci: Fix code navigation job
Our code navigation CI job is currently broken, where we always get an Internal Server Error when uploading artifact created by lsif-go. As it turns out, this breakage is caused by an upstream change which has caused a change in the output format. Fix the error by pinning the lsif-go version to v1.3.1, which is the most recent version which still works without issue.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 968d214fc..e54f793a4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -297,7 +297,7 @@ objectinfo_fuzz_test:
code_navigation:
allow_failure: true
script:
- - go get github.com/sourcegraph/lsif-go/cmd/lsif-go
+ - go get github.com/sourcegraph/lsif-go/cmd/lsif-go@v1.3.1
- ~/go/bin/lsif-go
artifacts:
reports: