This commit is contained in:
병준 박 2025-04-28 12:47:56 +00:00
parent bd2443b3fd
commit 68b8e76e95

View File

@ -189,6 +189,7 @@ spec:
-sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}"
cd "${CHECKOUT_DIR}"
ls -al
ls -al specs
RESULT_SHA="$(git rev-parse HEAD)"
EXIT_CODE="$?"
if [ "${EXIT_CODE}" != 0 ] ; then