log failed gems
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2022-02-05 17:52:44 -03:00
parent 404c4af5b4
commit bed7d6f785

View file

@ -26,7 +26,11 @@ find build/ -type f |
EXTRA_PKGS="${EXTRA_PKGS}" \ EXTRA_PKGS="${EXTRA_PKGS}" \
EXTRA_GEMS="${EXTRA_GEMS}" \ EXTRA_GEMS="${EXTRA_GEMS}" \
GEM_COMPILER_FLAGS="${GEM_COMPILER_FLAGS}" \ GEM_COMPILER_FLAGS="${GEM_COMPILER_FLAGS}" \
/usr/local/bin/bootstrap /usr/local/bin/bootstrap || true
if test $? -ne 0 ; then
BUILT="failed/${ALPINE_VERSION}/${GEM_NAME}/${GEM_VERSION}"
fi
dirname "${BUILT}" | xargs mkdir -p dirname "${BUILT}" | xargs mkdir -p
touch "${BUILT}" touch "${BUILT}"