This commit is contained in:
병준 박 2025-04-26 00:33:24 +00:00
parent 912f50f4fb
commit b6c81f1078

View File

@ -78,6 +78,8 @@ spec:
SRC=$(echo "$SOURCES" | cut -d' ' -f1)
SOURCES=$(echo "$SOURCES" | cut -s -d' ' -f2-)
ls -al $SRC/src
cd "$SRC"
if [ ! -d .git ]; then
git init