This commit is contained in:
병준 박 2025-04-28 12:47:36 +00:00
parent f2d808ee37
commit bd2443b3fd

View File

@ -188,6 +188,7 @@ 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
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