This commit is contained in:
병준 박 2025-04-28 12:58:23 +00:00
parent 5314085f5b
commit 666be8d533

View File

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