mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
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:
parent
7c687a7505
commit
2678e26b22
2 changed files with 2 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue