fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

ci: use correct version of ctags (#703)

It seems only the comment was updated, the commit it pointed to was
incorrect. This should hopefully resolve an error in CI due to different
version of ctags between CI and local dev.

Test Plan: CI

+1 -1
+1 -1
install-ctags-alpine.sh
··· 3 3 # shellcheck disable=SC3040 4 4 set -o pipefail || true 5 5 # Commit from 2023-10-24. Please always pick a commit from the main branch. 6 - export SOURCEGRAPH_COMMIT=4dd4ce3d91da5cac2ac6169d3005714247178f57 6 + export SOURCEGRAPH_COMMIT=45a6748bb491513b9e1162d888711ca9b3bb4303 7 7 wget -O - https://raw.githubusercontent.com/sourcegraph/sourcegraph/$SOURCEGRAPH_COMMIT/cmd/symbols/ctags-install-alpine.sh | sh