This commit is contained in:
병준 박 2025-04-28 12:54:28 +00:00
parent bd921b9bd1
commit 5314085f5b

View File

@ -188,7 +188,7 @@ spec:
-depth="${PARAM_DEPTH}" \
-sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}"
cd "${CHECKOUT_DIR}"
if [ -d "specs" ]]; then
if [ -d "specs" ]; then
ls -al specs
fi
RESULT_SHA="$(git rev-parse HEAD)"