X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/734335da27f27e2177d3b931b1e5e9e8e83a042f..1e4630ddb8015d72978aae1be334cce2f8ca20d4:/build/run-build-docker-images.sh diff --git a/build/run-build-docker-images.sh b/build/run-build-docker-images.sh index a7dc30cfae..fd7b38e8b6 100755 --- a/build/run-build-docker-images.sh +++ b/build/run-build-docker-images.sh @@ -1,4 +1,7 @@ #!/bin/bash +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 function usage { echo >&2 @@ -125,6 +128,8 @@ timer_reset # clean up the docker build environment cd "$WORKSPACE" +title "Starting arvbox build localdemo" + tools/arvbox/bin/arvbox build localdemo ECODE=$? @@ -133,6 +138,8 @@ if [[ "$ECODE" != "0" ]]; then EXITCODE=$(($EXITCODE + $ECODE)) fi +title "Starting arvbox build dev" + tools/arvbox/bin/arvbox build dev ECODE=$? @@ -148,7 +155,7 @@ title "uploading images" timer_reset -if [[ "$ECODE" != "0" ]]; then +if [[ "$EXITCODE" != "0" ]]; then title "upload arvados images SKIPPED because build failed" else if [[ $upload == true ]]; then