diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index be50c4963a9514a44c0a1637a345208989d08460..3005f153759037d5f91cf21261f7d09bb9ebdfdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -80,19 +80,19 @@ release: when: on_success allow_failure: true -code_navigation: - stage: release - dependencies: [] - script: - - npm install -g @sourcegraph/lsif-tsc - - apk add --update git - - lsif-tsc -p . - artifacts: - reports: - lsif: dump.lsif - rules: - - if: '$CI_COMMIT_REF_NAME == "master"' - when: on_success +# code_navigation: +# stage: release +# dependencies: [] +# script: +# - npm install -g @sourcegraph/lsif-tsc +# - apk add --update git +# - lsif-tsc -p . +# artifacts: +# reports: +# lsif: dump.lsif +# rules: +# - if: '$CI_COMMIT_REF_NAME == "master"' +# when: on_success include: - template: SAST.gitlab-ci.yml