This commit is contained in:
parent
404c4af5b4
commit
bed7d6f785
1 changed files with 5 additions and 1 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Reference in a new issue