Test
This commit is contained in:
parent
243daf359f
commit
352605c7fe
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,6 @@ get_release() {
|
|||
build_aport() {
|
||||
local repo="$1" aport="$2"
|
||||
cd "$APORTSDIR/$repo/$aport"
|
||||
echo $CI_ALPINE_TARGET_ARCH
|
||||
if CHOST=$CI_ALPINE_TARGET_ARCH abuild -r 2>&1 | report "build-$aport"; then
|
||||
checkapk | report "checkapk-$aport" || true
|
||||
aport_ok="$aport_ok $repo/$aport"
|
||||
|
@ -240,6 +239,8 @@ section_start artifacts "Handeling artifacts" collapse
|
|||
copy_artifacts || true
|
||||
section_end artifacts
|
||||
|
||||
echo "==== $CI_ALPINE_TARGET_ARCH"
|
||||
|
||||
section_start summary "Build summary"
|
||||
|
||||
echo "### Build summary ###"
|
||||
|
|
Loading…
Reference in a new issue