forked from molecule-ai/molecule-core
fix: use /bin/sh not bash in clone-manifest (Alpine has no bash)
This commit is contained in:
parent
cd6b0b75be
commit
32abfcf3ae
@ -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.
|
||||
#
|
||||
|
||||
Loading…
Reference in New Issue
Block a user