This commit is contained in:
병준 박 2025-04-09 07:18:38 +00:00
parent 29b7ad1838
commit 9fdc393cd4

View File

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