mirror of
https://github.com/moby/buildkit.git
synced 2026-08-12 22:16:54 +00:00
This file is consumed by both validate-vendor (inside an Alpine-based Docker container where bash is not installed), and the other scripts. Apart from validate-vendor, all the other scripts in hack/ use bash. Fixes CI logging a complaint: > ./hack/validate-vendor: 31: [: pull_request: unexpected operator Signed-off-by: Paul "TBBle" Hampson <Paul.Hampson@Pobox.com>