Skip to content

Commit

Permalink
ci: use correct version of ctags (#703)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
keegancsmith authored Nov 21, 2023
1 parent 2a4f4a4 commit b93ad77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-ctags-alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ set -eux
# shellcheck disable=SC3040
set -o pipefail || true
# Commit from 2023-10-24. Please always pick a commit from the main branch.
export SOURCEGRAPH_COMMIT=4dd4ce3d91da5cac2ac6169d3005714247178f57
export SOURCEGRAPH_COMMIT=45a6748bb491513b9e1162d888711ca9b3bb4303
wget -O - https://raw.githubusercontent.com/sourcegraph/sourcegraph/$SOURCEGRAPH_COMMIT/cmd/symbols/ctags-install-alpine.sh | sh

0 comments on commit b93ad77

Please sign in to comment.