Change zoekt-ci-image to be versioned zoekt-ci-image-1.0

Per
https://gitlab.com/gitlab-org/gitlab/-/merge_requests/108937#note_1257390002

This renames `zoekt-ci-image` so that we can have a versioned
`zoekt-ci-image-1.0`. This will allow us to make changes and bump the
version if we end up with breaking changes.

This still targets a fork of Zoekt because we're waiting on
[1 more PR](https://github.com/sourcegraph/zoekt/pull/496)
to be merged before we can target the main repository. At this point
we'll change the cloning command and check out a stable SHA or tag from
the main repo rather than tracking a branch like this is doing now.
This commit is contained in:
Dylan Griffith 2023-01-31 11:55:33 +11:00
parent 3368a86d26
commit e718f9a294
2 changed files with 1 additions and 1 deletions

View file

@ -50,5 +50,5 @@ alpine-bash-jq-curl-git:
apollo: apollo:
extends: .build_static_image extends: .build_static_image
zoekt-ci-image: zoekt-ci-image-1.0:
extends: .build_static_image extends: .build_static_image