init
This commit is contained in:
parent
bd2443b3fd
commit
68b8e76e95
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user