Make GitLab and Gitaly builds dependent on install-essentials

This is the base script that is used to install dependencies,
so we should generate images if this is changed.
This commit is contained in:
Stan Hu 2024-02-12 18:07:22 -08:00
parent 7c687a7505
commit 2678e26b22
No known key found for this signature in database
GPG key ID: 8D3931AD39CC7A20
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
- !reference [.build_dynamic_image, rules]
- changes:
- "scripts/lib/custom-docker-build"
- "scripts/install-essentials"
- "scripts/install-git"
- "scripts/install-golang"
- ".gitlab/ci/gitaly.images.yml"

View file

@ -9,6 +9,7 @@
- "scripts/install-bazelisk"
- "scripts/install-chrome"
- "scripts/install-docker"
- "scripts/install-essentials"
- "scripts/install-exiftool"
- "scripts/install-git"
- "scripts/install-gcloud"