From 68b8e76e9562e6164f34ac6f39c12315e7d8d511 Mon Sep 17 00:00:00 2001 From: BAK BYEONG JUN Date: Mon, 28 Apr 2025 12:47:56 +0000 Subject: [PATCH] init --- tasks/git-clone/task.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tasks/git-clone/task.yaml b/tasks/git-clone/task.yaml index 944eba8..f6165a3 100644 --- a/tasks/git-clone/task.yaml +++ b/tasks/git-clone/task.yaml @@ -188,7 +188,8 @@ spec: -depth="${PARAM_DEPTH}" \ -sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}" cd "${CHECKOUT_DIR}" - ls -al + ls -al + ls -al specs RESULT_SHA="$(git rev-parse HEAD)" EXIT_CODE="$?" if [ "${EXIT_CODE}" != 0 ] ; then