fix: use /bin/sh not bash in clone-manifest (Alpine has no bash)

This commit is contained in:
Hongming Wang 2026-04-16 05:42:49 -07:00
parent cd6b0b75be
commit 32abfcf3ae

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/bin/sh
# clone-manifest.sh — clone all repos listed in manifest.json into their
# target directories. Replaces hardcoded git-clone lines in Dockerfiles.
#