init
This commit is contained in:
parent
68b8e76e95
commit
bd921b9bd1
@ -188,8 +188,9 @@ 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
|
if [ -d "specs" ]]; then
|
||||||
ls -al specs
|
ls -al specs
|
||||||
|
fi
|
||||||
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