sg: switch from syntect_server to syntax-highlighter in dev (#25370)

This commit is contained in:
Chris Wendt 2021-09-24 15:40:35 -06:00 committed by GitHub
parent 452cce8207
commit 6d1665a898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,7 +329,7 @@ commands:
cmd: |
docker run --name=syntect_server --rm -p9238:9238 \
-e WORKERS=1 -e ROCKET_ADDRESS=0.0.0.0 \
sourcegraph/syntect_server:32d880d@sha256:899661691c3a6f8d587186bed73c3224b065d1e1c3485aff2ea208c261c010f6
sourcegraph/syntax-highlighter@sha256:92a5c181dbf2d8aead5171c985139bf38c496bef2ac98afbd64c3612967fe5cc
install: docker inspect syntect_server >/dev/null 2>&1 && docker rm -f syntect_server || true
env:
# This is not needed actually