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

View File

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